869 B
869 B
tty-solitaire
ncurses-based klondlike solitaire game.
Dependencies
- Terminal emulator with UTF-8 support
- C library with multibyte locales support
- libncurses compiled with wide-char/UTF-8 code
Running the game
$ git clone https://github.com/mpereira/tty-solitaire.git
$ cd tty-solitaire
$ make && ./ttysolitaire
Screenshots
Running the unit tests
$ make test
Author
License
Released under the MIT license.