A solitaire chess solution program in python. The game on amazon.com
- tkinter for graphic user interface
- pickle for saving and loading maps
Click the cell on the board and type a character to place a chess piece.
- King : k
- Queen : q
- Bishop : b
- Knight : h
- Rook : r
- Pawn : p
- Delete : d
Solve button solves the current configuration, clear button clears the board, and load and save does what it says.