tty-solitaire/README.md
2011-06-10 00:02:19 -03:00

831 B

tty-solitaire

ncurses-based klondlike solitaire game.

Dependencies

  • Terminal emulator with UTF-8 support
  • C library with multibyte locales support
  • Ncurses

Running the game

$ git clone https://github.com/mpereira/tty-solitaire.git
$ cd tty-solitaire
$ make && ./ttysolitaire

Screenshots

Greeting screen picture Game start picture Game middle picture

Running the unit tests

$ make test

Author

Murilo Pereira

License

Released under the MIT license.