Skip to content

Releases: SameRainbows/Python-Turtle-Chess

Release list

Turtle Chess.

Choose a tag to compare

@SameRainbows SameRainbows released this 20 Jun 11:15

The first release of my nearly fully-fledged chess program inside pure Python Turtle is out.

It includes all the core chess functions:

  1. Checks and checkmates
  2. Unique movements for different pieces
  3. 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.