Skip to content

Latest commit

 

History

History
 
 

checkers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Checkers

Rules

  1. Each piece can move diagonally once
  2. Kings can move anywhere diagonally
  3. A piece captures another if it can move behind it
  4. A piece becomes king when reaching the opposite side of the board
  5. Pieces can capture backwards
  6. A team wins if the opponent no longer has pieces or if the opponent can no longer move

How to play

  1. Fork the repo by clicking the fork logo the on top right
  2. Clone the repo git clone [email protected]:AseanK/beginner-python-games.git
  3. Head to the checkers folder
  4. Run the file using python command python checkers.py