https://github.com/zserge/tinygames
A collection of tiny command-line games in C
https://github.com/zserge/tinygames
Last synced: about 1 year ago
JSON representation
A collection of tiny command-line games in C
- Host: GitHub
- URL: https://github.com/zserge/tinygames
- Owner: zserge
- Created: 2024-12-27T22:25:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T20:55:53.000Z (over 1 year ago)
- Last Synced: 2025-04-23T22:16:18.979Z (about 1 year ago)
- Language: C
- Size: 19.5 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny Games
Silly command-line games, like the ones we used to program when we were kids.
Trying to keep it under 100LOC of C code.
* [Sudoku](https://en.wikipedia.org/wiki/Sudoku) - 9x9, 6x6 or 4x4 classic sudoku generator.
* [Takuzu](https://en.wikipedia.org/wiki/Takuzu) - binary sudoku generator.
* [Countdown](https://en.wikipedia.org/wiki/Countdown_(game_show)#Numbers_Round) - numbers game from the British TV show.
* [Wordle](https://en.wikipedia.org/wiki/Wordle) - NYT word guessing game.
* [Bulls and Cows](https://en.wikipedia.org/wiki/Bulls_and_cows) - code breaking game, similar to [Mastermind](https://en.wikipedia.org/wiki/Mastermind_(board_game)).
* [Dobble](https://en.wikipedia.org/wiki/Dobble) - find symbols in common between two cards.
* [MiniChess](https://en.wikipedia.org/wiki/Minichess) - simplified chess variants for 4x5, 5x5 or 6x6 boards.