An open API service indexing awesome lists of open source software.

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

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.