Live at chess.adityahase.com
This is a failed attempt at writing a Pure Python UCI Chess Engine from scratch.
- Bitboards and some bit-twidling magic to represent and manipulate the game board in board.py.
- The wonderful web interface built by Saqib Ansari.
- Python 3+
- Flask
- Click
- Python-Chess
- Chessboard.js
- Chess.js