Updated - gnuskii - GNUSki improved for ascii skiing experience.
 (HTM) git clone git://bitreich.org/gnuskii git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/gnuskii
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 021576a8f3b2904f1e6802a5d0945dd66d52c3ba
 (DIR) parent edfca84dc19916bcfa994fcefe204a3403bc88cd
 (HTM) Author: Rudolf Olah <rudolf.olah.to@gmail.com>
       Date:   Thu, 31 May 2007 12:40:15 -0400
       
       Updated
       
       Diffstat:
         A src/readme                          |      30 ++++++++++++++++++++++++++++++
       
       1 file changed, 30 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/readme b/src/readme
       @@ -0,0 +1,30 @@
       +GNUSki 0.3 README
       +Copyright (C) 2007 Rudolf Olah
       +Licensed under the GNU GPL
       +
       +== What is it? ==
       +A clone of Skifree which is a Windows game from the early to mid '90s.
       +It currently uses NCurses for graphics.
       +
       +== What do you do? ==
       +Race downhill avoiding obstacles and the dreaded Abominable Snow Man.
       +
       +== Controls ==
       +
       +Left, H, h  - lean to the left
       +Right, L, l - lean to the right
       +Up, K, k    - slow down
       +Down, J, j  - speed up
       +Space       - trick (not available just yet)
       +
       +== For Programmers ==
       +
       +=== Libraries required ===
       +ncurses (compiled against ncurses-5.6 though any version should work fine)
       +
       +=== Compiling ===
       +To compile GNUSki, run this command in the console:
       +
       +  c++ -O2 -o gnuski main.c -lncurses
       +
       +Or you can just type in `make` which will use the Makefile to compile GNUSki.