23 lines
714 B
Markdown
23 lines
714 B
Markdown
# tty-solitaire
|
|
ncurses-based klondlike solitaire game.
|
|
|
|
## Running the game
|
|
$ git clone git://github.com/mpereira/tty-solitaire.git
|
|
$ cd tty-solitaire
|
|
$ make && ./ttysolitaire
|
|
|
|
## Screenshots
|
|

|
|

|
|

|
|
|
|
## Running the unit tests
|
|
$ make test
|
|
|
|
## Author
|
|
[Murilo Pereira](http://murilopereira.com)
|
|
|
|
## License
|
|
Released under the
|
|
[MIT license](http://github.com/mpereira/embratel/blob/master/MIT-LICENSE).
|