From 798e71f430e1f2a9772551ea8a2d71f4d2b3f96f Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Sun, 6 Feb 2011 23:55:59 -0200 Subject: [PATCH] Revised README. --- README | 0 README.org | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) delete mode 100644 README create mode 100644 README.org diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.org b/README.org new file mode 100644 index 0000000..2c01b50 --- /dev/null +++ b/README.org @@ -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]].