Very bad chess engine written in Rust
Find a file
2025-11-13 22:59:26 +01:00
helper_scripts implement is_square_attacked and is_king_attacked 2025-11-13 22:59:26 +01:00
src implement is_square_attacked and is_king_attacked 2025-11-13 22:59:26 +01:00
tests implement is_square_attacked and is_king_attacked 2025-11-13 22:59:26 +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