34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
# tty-solitaire
|
|
ncurses-based klondlike solitaire game.
|
|
|
|
## Dependencies
|
|
- Terminal emulator with UTF-8 support
|
|
- C library with multibyte locales support
|
|
- libncurses compiled with wide-char/UTF-8 code
|
|
|
|
## Usage
|
|
usage: ttysolitaire [-v|--version] [-h|--help] [-p|--passes=NUMBER]
|
|
-v, --version Show version
|
|
-h, --help Show this message
|
|
-p, --passes Number of passes through the deck
|
|
|
|
## Running the game
|
|
$ git clone https://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).
|