A WIP UCI-compliant chess engine written in the Odin programming language.
| chess | ||
| .gitignore | ||
| main.odin | ||
| README.md | ||
Visionary
A continuation of my multiple chess engines. Hopefully I can make this one work like I want it to.
Goals
- Bitboard Board Representation
- Fast Move Generation
- Magic Bitboards for Sliding Moves
- UCI Implementation
- Random Gameplay
- Time Management and Iterative Deepening
- Basic Gameplay with Piece Value Scores