The first release of my nearly fully-fledged chess program inside pure Python Turtle is out.
It includes all the core chess functions:
- Checks and checkmates
- Unique movements for different pieces
- Turn-based gameplay
It is currently a basic version that lacks specific rules like castling and en passant. However, I intend to add those during my next session working on this project.