mirror of
https://github.com/Ferriit/tabletop_games.git
synced 2026-08-08 14:10:59 +00:00
A collection of tabletop games
- C 99.2%
- Makefile 0.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| blackjack | ||
| checkers | ||
| chess | ||
| connect-4 | ||
| gomoku | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
tabletop_games
This is a collection of different tabletop games that I've written; either now or a while ago.
Building
Either run make to build everything at once, or make <game> to build just one game. The final binary(ies) will be placed in dist/ by default, however this can be changed in the Makefile.
Per-game instructions
This is an instruction manual over how to use the binaries, not the rules of the games.
Blackjack
- Press
[h]to hit and get anothe card or[s]to stand and stop receiving cards. - You can quit at any time by pressing
[e].
Chess
- This binary can be executed, either without flags to play as white, or with the flag
-b(--black) to play as black. - Type the moves in the forms
A1B1where the first square is the starting square and the last square is the destination. - Wait for the engine to make a move and keep going.
Note
I am actively adding more games to this collection.