tty-solitaire/README.org

22 lines
440 B
Org Mode
Raw Normal View History

2011-02-07 01:55:59 +00:00
* tty-solitaire
ncurses-based klondlike solitaire game
** Run the game
#+BEGIN_SRC
$ git clone git://github.com/murilasso/tty-solitaire.git
$ cd tty-solitaire
$ make && bin/ttysolitaire
#+END_SRC
** Run the unit tests
#+BEGIN_SRC
$ make test
#+END_SRC
** Author
[[http://www.comp.ufscar.br/~murilo][Murilo Pereira]]
** License
Released under the
[[http://github.com/murilasso/embratel/blob/master/MIT-LICENSE][MIT license]].