Basically github.com/mpereira/tty-solitaire with some of the PRs applied
Go to file
2011-02-16 23:50:29 -02:00
bin I want the empty bin directory on my repo. 2010-04-01 02:33:02 -03:00
lib Putting functions were they belong. 2011-02-16 23:50:29 -02:00
test Refactored 'length(stack)' and added test. 2011-02-16 22:42:49 -02:00
.gitignore Ignore objects from all directories. 2011-02-06 23:34:57 -02:00
Makefile Added helper functions for the unit tests. 2011-02-13 19:35:40 -02:00
MIT-LICENSE Renamed license. 2010-04-12 20:43:45 -03:00
README.org Tell people this isn't ready. 2011-02-12 16:47:12 -02:00

tty-solitaire

ncurses-based klondlike solitaire game

Warning

This game is under development. There are some basic functionality but it's not playable yet.

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.