1 download 12 views 1 like Jul 17, 2025

CC-Checkerboard by Stuin

A library for creating small text-grid turn-based games, and a collection of games written in it
Includes:
- Tic Tac Toe
- Checkers
- Chess
- Connect 4
- Battleship
- Othello
- Minesweeper
- Binario
Features:
- Mouse/keyboard control
- Monitor support and resizing
- Multiplayer on same computer or over modem
- Game logic is separated and self contained, no need to worry about display/control/networking systems
Go to github for full feature set and docs on adding new games
wget run https://pinestore.cc/d/161Git Repository



comments
You can login with Discord to leave comments and reply to others!
Cool! My first thought was about the screen use, that you could add one character in between each field that is half black half white using one of the telext characters (would make each spot a 4x3 instead of 2x3). I'm not so sure now, though. Anyway, I then noticed it's not a game but a library with lots of games included! Will give it a try soon, but you might want to change the name to make it more clear that it's not just checkers :)