Revised README.

This commit is contained in:
Murilo Pereira 2011-02-06 23:55:59 -02:00
parent a28f2a3fe8
commit 798e71f430
2 changed files with 21 additions and 0 deletions

0
README
View File

21
README.org Normal file
View File

@ -0,0 +1,21 @@
* 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]].