Implementation of game rules using python and represents the board via bitboards.
- Bitboards
- Opening book
- Minimax
- Iterative Deepening
- Transposition Tables
Run python pip install -r requirements.txt
Run python Game.py
Find out more here at my blog