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>
2010-07-26 19:07:54 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Ski < Formula
|
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>
2010-07-26 19:07:54 +00:00
|
|
|
url 'http://catb.org/~esr/ski/ski-6.5.tar.gz'
|
|
|
|
homepage 'http://catb.org/~esr/ski/'
|
|
|
|
md5 'f9cc93f7a0223f65b011b4c873ba50df'
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "ski"
|
2010-04-07 05:58:35 +00:00
|
|
|
man6.install "ski.6"
|
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>
2010-07-26 19:07:54 +00:00
|
|
|
end
|
|
|
|
end
|