Reinitialize repository and add working move generation for all pieces

This commit is contained in:
Moritz Eigenauer 2025-11-12 17:01:12 +01:00
commit 951a8bbec6
28 changed files with 3373 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "chess_engine"
version = "0.2.0"
authors = ["Moritz Eigenauer <moritz.eigenauer@gmail.com>"]
edition = "2024"
[dependencies]