26 lines
541 B
Org Mode
26 lines
541 B
Org Mode
* 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
|
|
#+BEGIN_SRC
|
|
$ git clone git://github.com/mpereira/tty-solitaire.git
|
|
$ cd tty-solitaire
|
|
$ make && bin/ttysolitaire
|
|
#+END_SRC
|
|
|
|
** Run the unit tests
|
|
#+BEGIN_SRC
|
|
$ make test
|
|
#+END_SRC
|
|
|
|
** Author
|
|
[[http://murilopereira.com][Murilo Pereira]]
|
|
|
|
** License
|
|
Released under the
|
|
[[http://github.com/mpereira/embratel/blob/master/MIT-LICENSE][MIT license]].
|