Welcome to Retro Checkers - a classic checkers board game faithfully recreated with a retro vibe and simple gameplay. This project is a lightweight desktop game built with Python (Tkinter) that brings back the nostalgia of old-school checkers witha pixel art stlye inerface.
Retro Checkers is a desktop application that allows two players to paly the traditional checkers game on the same computer. The game strictly follows official checkers rules including forced jumps and draw detection, ensuring fair and authentic gameplay.
Unlike modern checkers games with Ai and customization, Retro Checkers focuses on simplicity, classic asthetics, and a smooth two-player experience reminiscent of the arcade era.
- Classic checkers rules implemented with full rule enforcement
- Local two-player mode for competitive matches with friends
- Retro piex-art style user interface and board design
- Lightweight and runs on most Windows PCs (requires Python 3)
- Built-in draw detection to handle stalemate situations
- Easy to install and launch with no ads or distractions
- Python 3.x
- Tkinter (usually included with python)
- Download .exe file from github releases
- Make sure you have Python 3 isntalled
- Navigate to downloads or where ever the .exe file is downloaded
- Open the .exe file to run the code
- Enjoy!
- Players alternate turns moving their checkers diagonally on the dark squares.
- Regular pieces move forward only; kings can move both forward and backward.
- If a jump(capture) is possible it must be taken
- The game ends when a player has no moves left or all their pieces are captured.
- The game also detects draws if no captures or pawn moves occur over a certain number of turns.
For detailed rules, see Official Checkers Rules
Contributions are welcome! If you want to add features, fix bugs, or improve UI, please open an issue or submit a pull request.
This project is licensed under MIT License - see LICENSE for details
Developed by Kush/Kcoder:
GitHub: https://github.com/kushmdesai
Project Repo: https://github.com/kushmdesai/tk-checkers
Thanks you for checking out Retro Checkers it was developed because of Hackclub's Summer Of Making so a special thanks to them! Check out my project on Summer Of Making as well!