Updated README.

This commit is contained in:
Murilo Pereira 2011-06-10 00:02:19 -03:00
parent 99ae6e954a
commit e54c385a78

View File

@ -1,8 +1,13 @@
# tty-solitaire # tty-solitaire
ncurses-based klondlike solitaire game. ncurses-based klondlike solitaire game.
## Dependencies
- Terminal emulator with UTF-8 support
- C library with multibyte locales support
- Ncurses
## Running the game ## Running the game
$ git clone git://github.com/mpereira/tty-solitaire.git $ git clone https://github.com/mpereira/tty-solitaire.git
$ cd tty-solitaire $ cd tty-solitaire
$ make && ./ttysolitaire $ make && ./ttysolitaire