tty-solitaire/README.org
2011-02-12 16:47:12 -02:00

552 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/murilasso/tty-solitaire.git
$ cd tty-solitaire
$ make && bin/ttysolitaire

Run the unit tests

$ make test

License

Released under the MIT license.