MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / checkers.py

File checkers.py

src/gamesbyexample/checkers.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Checkers, by Al Sweigart al@inventwithpython.com
2The classic checkers board game. In this version, capturing is mandatory
3and if you are blocked from moving, you lose.
4This and other games are available at https://nostarch.com/XX

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected