Basically github.com/mpereira/tty-solitaire with some of the PRs applied
Go to file
2011-06-19 19:40:24 -03:00
src Resizing works. 2011-06-19 19:36:29 -03:00
tests Renamed the 'draw' module to 'gui'. 2011-06-08 22:55:44 -03:00
.gitignore Checking TODO in. 2011-06-06 01:15:46 -03:00
Makefile Some systems need explicit wide character support when compiling. 2011-06-12 20:17:06 -03:00
MIT-LICENSE Renamed license. 2010-04-12 20:43:45 -03:00
README.md Put usage in the README. 2011-06-12 21:37:03 -03:00
TODO.md Updated TODO. 2011-06-19 19:40:24 -03:00
VERSION Added initial opt handling and VERSION file. 2011-06-08 01:02:05 -03:00

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

Usage

usage: ttysolitaire [-v|--version] [-h|--help] [-p|--passes=NUMBER]
  -v, --version  Show version
  -h, --help     Show this message
  -p, --passes   Number of passes through the deck

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.