reworked moveflag system

This commit is contained in:
Moritz Eigenauer 2025-11-12 18:09:51 +01:00
parent 951a8bbec6
commit 1f61dc35f8
32 changed files with 3784 additions and 40 deletions

7
ChessEngine/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]