Basically github.com/mpereira/tty-solitaire with some of the PRs applied
Go to file
2011-02-11 23:58:01 -02:00
bin I want the empty bin directory on my repo. 2010-04-01 02:33:02 -03:00
lib Removed noob debugging. 2011-02-11 23:58:01 -02:00
test Add initial unit tests. 2011-02-06 23:33:44 -02:00
.gitignore Ignore objects from all directories. 2011-02-06 23:34:57 -02:00
Makefile Removed noob debugging. 2011-02-11 23:58:01 -02:00
MIT-LICENSE Renamed license. 2010-04-12 20:43:45 -03:00
README.org Revised README. 2011-02-06 23:55:59 -02:00

tty-solitaire

ncurses-based klondlike solitaire game

Run the game

$ git clone git://github.com/murilasso/tty-solitaire.git
$ cd tty-solitaire
$ make && bin/ttysolitaire

Run the unit tests

$ make test

License

Released under the MIT license.