Very bad chess engine written in Rust
Find a file
2025-11-19 11:33:40 +01:00
benches implemented transposition table 2025-11-19 10:40:41 +01:00
helper_scripts piece square evaluation 2025-11-18 11:44:36 +01:00
progress_tracking increased tt size to 4GB 2025-11-19 11:33:40 +01:00
src increased tt size to 4GB 2025-11-19 11:33:40 +01:00
tests performance progress tracking 2025-11-15 18:30:21 +01:00
.gitignore alpha beta pruning 2025-11-16 20:18:44 +01:00
Cargo.toml performance progress tracking 2025-11-15 18:30:21 +01:00
README.md Reinitialize repository and add working move generation for all pieces 2025-11-12 17:01:12 +01:00

ChessEngine

My own UCI chess engine in Rust