Ultimate Checkers Simulator
A downloadable game for Windows and Linux
A simple checkers simulator (with an editor included) made in 2022.
1) 1v1 Mode
Play a 1v1 Checkers Game against another person on a single computer.
2) Challenge Mode
Play a specific sequence of moves to win and complete the challenge.
3) Editor Mode
Create new scenarios for 1v1 Mode with different rules and board situations.
Controls:
- ESC - Back to Menu
- Left Click - Select Piece
- Right Click - Move Selected Piece
Source Code:
| Status | Released |
| Platforms | Windows, Linux |
| Author | Porem |
| Genre | Strategy |
| Made with | SDL |
| Tags | Board Game, Level Editor |
| Code license | MIT License |
| Asset license | Creative Commons Attribution v4.0 International |
| Average session | A few minutes |
| Inputs | Keyboard, Mouse |
| Links | Source code |
Install instructions
General Steps:
- Download zip file;
- Decompress it;
- Run ucs executable;
For Windows:
No additional steps.
For Linux:
Install SDL2, SDL_image and SDL_ttf.
On Arch-Based distros:
- sudo pacman -Sy sdl2 sdl2_image sdl2_ttf
On Debian-Based distros:
- sudo apt install libsdl2-2.0-0 libsdl2-image-2.0-0 libsdl2-ttf-2.0-0




Leave a comment
Log in with itch.io to leave a comment.