2011-02-07 01:55:59 +00:00
|
|
|
* tty-solitaire
|
|
|
|
ncurses-based klondlike solitaire game
|
|
|
|
|
2011-02-12 18:47:12 +00:00
|
|
|
** Warning
|
|
|
|
This game is under development. There are some basic functionality
|
|
|
|
but it's not playable yet.
|
|
|
|
|
2011-02-07 01:55:59 +00:00
|
|
|
** Run the game
|
|
|
|
#+BEGIN_SRC
|
2011-05-26 21:26:30 +00:00
|
|
|
$ git clone git://github.com/mpereira/tty-solitaire.git
|
2011-02-07 01:55:59 +00:00
|
|
|
$ cd tty-solitaire
|
2011-05-31 06:03:13 +00:00
|
|
|
$ make && ttysolitaire
|
2011-02-07 01:55:59 +00:00
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
** Run the unit tests
|
|
|
|
#+BEGIN_SRC
|
|
|
|
$ make test
|
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
** Author
|
2011-03-07 02:52:45 +00:00
|
|
|
[[http://murilopereira.com][Murilo Pereira]]
|
2011-02-07 01:55:59 +00:00
|
|
|
|
|
|
|
** License
|
|
|
|
Released under the
|
2011-05-26 21:26:30 +00:00
|
|
|
[[http://github.com/mpereira/embratel/blob/master/MIT-LICENSE][MIT license]].
|