Basically github.com/mpereira/tty-solitaire with some of the PRs applied
51c3b51a8b
* Movement to empty maneuvre stacks only accept kings. * Fixed moving to foundation stacks that are not empty. * Card values go from ACE to KING. |
||
---|---|---|
src | ||
tests | ||
.gitignore | ||
Makefile | ||
MIT-LICENSE | ||
README.org |
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
Author
License
Released under the MIT license.