This website requires JavaScript.
Explore
Help
Sign in
moritz
/
chess-engine
Watch
1
Star
0
Fork
You've already forked chess-engine
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
Very bad chess engine written in Rust
8
commits
1
branch
0
tags
396
KiB
Rust
80.9%
Python
19.1%
1ddc38165f
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Moritz
1ddc38165f
added undo_move, added make/undo testing
2025-11-13 16:47:34 +01:00
helper_scripts
Reinitialize repository and add working move generation for all pieces
2025-11-12 17:01:12 +01:00
src
added undo_move, added make/undo testing
2025-11-13 16:47:34 +01:00
tests
added undo_move, added make/undo testing
2025-11-13 16:47:34 +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
README.md
ChessEngine
My own UCI chess engine in Rust