Skip to content

f8122dac/solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solitaire

A solitaire chess solution program in python. The game on amazon.com

Dependency

  • tkinter for graphic user interface
  • pickle for saving and loading maps

How to use it?

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.

About

solitaire chess solution program in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages