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 f177e638fea8b809781f0d6d110c2f3d00e22167
 (DIR) parent a9b0f62a46ffcfebf39e8caf15ab48e878fb30f0
 (HTM) Author: Rudolf Olah <rudolf.olah.to@gmail.com>
       Date:   Thu, 30 Jun 2005 21:46:34 -0400
       
       Updated
       
       Diffstat:
         A src/readme.txt                      |      20 ++++++++++++++++++++
       
       1 file changed, 20 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/readme.txt b/src/readme.txt
       @@ -0,0 +1,19 @@
       +GNUSki README
       +Copyright (C) 2005  Rudolf Olah
       +
       +Brief Description
       +======================
       +This game is a clone of Skifree which is a Windows game from the early to mid '90s.
       +It currently uses NCurses for graphics.
       +
       +
       +Libraries required
       +======================
       +ncurses-5.4 (NCurses)
       +pthread (POSIX Threads)
       +
       +
       +Compiling
       +======================
       +To compile run:
       +c++ -O2 -o gnuski.o main.cpp -lncurses -lpthread
       +\ No newline at end of file