Basically github.com/mpereira/tty-solitaire with some of the PRs applied
Go to file
2011-05-31 02:45:11 -03:00
bin I want the empty bin directory on my repo. 2010-04-01 02:33:02 -03:00
lib Fixed memory leak. 2011-05-31 02:45:11 -03:00
test Make stack#pop return a card and don't duplicate stuff on push/pop. 2011-05-29 15:19:00 -03:00
.gitignore Ignore objects from all directories. 2011-02-06 23:34:57 -02:00
Makefile s/util/curses. 2011-05-08 20:38:36 -03:00
MIT-LICENSE Renamed license. 2010-04-12 20:43:45 -03:00
README.org Updated github username. 2011-05-26 18:26:30 -03: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/mpereira/tty-solitaire.git
$ cd tty-solitaire
$ make && bin/ttysolitaire

Run the unit tests

$ make test

License

Released under the MIT license.