Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdeering1/engine
Rust based chess engine currently under development.
https://github.com/bdeering1/engine
Last synced: 2 days ago
JSON representation
Rust based chess engine currently under development.
- Host: GitHub
- URL: https://github.com/bdeering1/engine
- Owner: Bdeering1
- License: mit
- Created: 2023-12-30T03:50:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T23:48:29.000Z (about 1 year ago)
- Last Synced: 2024-12-09T15:13:53.674Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rust based chess engine currently under development.
## Roadmap
**v0.0.0**
- board representation
- legal move generator
- draw detection
- checkmate detection
- functional negamax and quiescence search
- full uci compliance
- strength testing
- cutechess tournament script
- STS based rating**v0.1.0**
- piece square tables
- transposition tables**v0.2.0**
- move ordering
- delta pruning**0.3.0**
- multi-threading
- transposition table improvements**0.4.0**
- better evaluation
- king safety
- piece acitivity
- pawn structure...
**v1.0.0**
- search parameter tuning
- multi-threaded search
- benchmarks
- nps
- perft