Very bad chess engine written in Rust
Find a file
2025-11-14 23:32:52 +01:00
helper_scripts fixed perft 2025-11-14 22:30:42 +01:00
src most basic best move search 2025-11-14 23:32:52 +01:00
tests fixed perft 2025-11-14 22:30:42 +01:00
.gitignore Reinitialize repository and add working move generation for all pieces 2025-11-12 17:01:12 +01:00
Cargo.toml Reinitialize repository and add working move generation for all pieces 2025-11-12 17:01:12 +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