Basically github.com/mpereira/tty-solitaire with some of the PRs applied
Go to file
2011-05-08 15:17:16 -03:00
bin I want the empty bin directory on my repo. 2010-04-01 02:33:02 -03:00
lib Empty stacks drawn jit. 2011-05-08 15:17:16 -03:00
test Implemented game#valid_move. 2011-05-07 23:09:39 -03: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 Updated homepage link. 2011-03-06 23:52:45 -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/murilasso/tty-solitaire.git
$ cd tty-solitaire
$ make && bin/ttysolitaire

Run the unit tests

$ make test

License

Released under the MIT license.