Basically github.com/mpereira/tty-solitaire with some of the PRs applied
Go to file
2011-06-06 02:21:50 -03:00
src Name-spaced functions for cursor. 2011-06-06 02:21:50 -03:00
tests Name-spaced functions for frame. 2011-06-06 02:16:54 -03:00
.gitignore Checking TODO in. 2011-06-06 01:15:46 -03:00
Makefile LDFLAGS go after all objects. 2011-06-04 01:42:53 -03:00
MIT-LICENSE Renamed license. 2010-04-12 20:43:45 -03:00
README.org Actually run it. 2011-05-31 03:52:03 -03:00
TODO.md Checking TODO in. 2011-06-06 01:15:46 -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 && ./ttysolitaire

Run the unit tests

$ make test

License

Released under the MIT license.