New Formula: ski

Terminal based game. Imagine you are skiing down an infinite slope,
    facing such hazards as trees, ice, bare ground, and the man-eating
    Yeti! Unfortunately, you have put your jet-powered skis on
    backwards, so you can't see ahead where you are going; only behind
    where you have been. However, you can turn to either side, jump or
    hop through the air, teleport through hyperspace, launch nuclear
    ICBMs, and cast spells to call the Fire Demon. And since the hazards
    occur in patches, you can skillfully outmaneuver them. A fun and
    very silly game that proves you don't need fancy graphical user
    interfaces to have a good time.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Devin Weaver 2010-07-26 15:07:54 -04:00 committed by Adam Vandenberg
parent 4a8efc8fee
commit 153f34fa2e
1 changed files with 12 additions and 0 deletions

12
Formula/ski.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Ski <Formula
url 'http://catb.org/~esr/ski/ski-6.5.tar.gz'
homepage 'http://catb.org/~esr/ski/'
md5 'f9cc93f7a0223f65b011b4c873ba50df'
def install
bin.install "ski"
(man+"man6").install "ski.6"
end
end