tty-solitaire/README.org
2011-05-31 03:03:13 -03:00

537 B

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.