Add nudoku to games section (#195)

This commit is contained in:
Michael Vetter 2017-02-20 21:58:04 +01:00 committed by Caleb Xu
parent dd12200187
commit 5dce5439af
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [bash2048](https://github.com/mydzor/bash2048) - Bash implementation of 2048 game
* [minesweeper](https://github.com/feherke/Bash-script/tree/master/minesweeper) - Bash implementation of minesweeper
* [nudoku](https://github.com/jubalh/nudoku) - ncurses based sudoku game written in C
* [sedtris](https://github.com/uuner/sedtris) - Tetris in sed
* [sed-scripts](https://github.com/aureliojargas/sed-scripts) - Arkanoid and Sokoban written using sed
* [tty-solitaire](https://github.com/mpereira/tty-solitaire) - Play solitaire in your terminal!