tty-solitaire/README.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2011-06-06 06:15:44 +00:00
# tty-solitaire
ncurses-based klondlike solitaire game.
2011-06-10 03:02:19 +00:00
## Dependencies
- Terminal emulator with UTF-8 support
- C library with multibyte locales support
2011-06-12 23:31:29 +00:00
- libncurses compiled with wide-char/UTF-8 code
2011-06-10 03:02:19 +00:00
2011-06-13 00:37:03 +00:00
## 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
2011-06-06 06:15:44 +00:00
## Running the game
2011-06-10 03:02:19 +00:00
$ git clone https://github.com/mpereira/tty-solitaire.git
2011-06-06 06:15:44 +00:00
$ cd tty-solitaire
$ make && ./ttysolitaire
## Screenshots
![Greeting screen picture](http://dl.dropbox.com/u/14256545/tty_solitaire_screenshot_shadowed_0.png)
![Game start picture](http://dl.dropbox.com/u/14256545/tty_solitaire_screenshot_shadowed_1.png)
![Game middle picture](http://dl.dropbox.com/u/14256545/tty_solitaire_screenshot_shadowed_2.png)
## 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).