This is a simple checkers game built using Python and the tkinter GUI library. It currently supports a local 1v1 mode, allowing two players to play on the same computer. The game tracks captured pieces, the current player, and automatically determines the winner based on move limits or when no more moves are possible.
- π₯ Two-player local mode (same PC)
- π Move limit enforcement
- π Automatic player switching
- π Win/draw detection
- π Captured checkers counter
- π¨ Simple and clean
tkinterinterface
Make sure you have Python 3 installed, then run:
python main.py