Menu

Tree [1c5e7a] master /
 History

HTTPS access


File Date Author Commit
 ChangeLog 2018-09-28 fstltna fstltna [1c5e7a] First checkin
 GPL.txt 2018-09-28 fstltna fstltna [1c5e7a] First checkin
 LICENSE 2018-09-28 Marisa Giancarla Marisa Giancarla [814990] Initial commit
 Makefile 2018-09-28 fstltna fstltna [1c5e7a] First checkin
 gnuski 2018-09-28 fstltna fstltna [1c5e7a] First checkin
 gnuski.pl 2018-09-28 fstltna fstltna [1c5e7a] First checkin
 main.c 2018-09-28 fstltna fstltna [1c5e7a] First checkin
 objects.c 2018-09-28 fstltna fstltna [1c5e7a] First checkin
 objects.h 2018-09-28 fstltna fstltna [1c5e7a] First checkin
 readme 2018-09-28 fstltna fstltna [1c5e7a] First checkin

Read Me

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.