diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-10-22 05:39:44 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-10-22 05:39:44 +0000 |
commit | dde1c901f5f7a5aa672211ed6905267813325e3e (patch) | |
tree | 53386040fd370af144d1c2cc32a1d28da1aca130 /games/rollemup/files | |
parent | 1e6494838df9f0ce2e5ec41a2361fb4f4ed51c12 (diff) | |
download | pkgsrc-dde1c901f5f7a5aa672211ed6905267813325e3e.tar.gz |
Initial import of rollemup-1.0.
Multi Ball, Player, Platform, Media, Cool Pinball game
Diffstat (limited to 'games/rollemup/files')
-rw-r--r-- | games/rollemup/files/README.Rollemup | 15 | ||||
-rw-r--r-- | games/rollemup/files/md5 | 3 | ||||
-rw-r--r-- | games/rollemup/files/rollemup.sh | 2 |
3 files changed, 20 insertions, 0 deletions
diff --git a/games/rollemup/files/README.Rollemup b/games/rollemup/files/README.Rollemup new file mode 100644 index 00000000000..2f19ff0a8ba --- /dev/null +++ b/games/rollemup/files/README.Rollemup @@ -0,0 +1,15 @@ +License information: + http://www.medialab.lostboys.nl/content/showcase/license.html + +How to start: + exec ${PREFIX}/bin/rollemup + +Controls: + '/' for the Right Flipper + 'Z' for the Left Flipper + 'Enter' for the Plunger + 'Space' for a Shake + 'N' for a New Game + 'P' to pause a Game + 'Q' to Quit + 'ESC' to abort the game diff --git a/games/rollemup/files/md5 b/games/rollemup/files/md5 new file mode 100644 index 00000000000..09991fbf8f4 --- /dev/null +++ b/games/rollemup/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/22 05:39:44 sakamoto Exp $ + +MD5 (Rollemup.tar.gz) = 00844bfc54a941f96f26213c9a16442a diff --git a/games/rollemup/files/rollemup.sh b/games/rollemup/files/rollemup.sh new file mode 100644 index 00000000000..6845f252fb4 --- /dev/null +++ b/games/rollemup/files/rollemup.sh @@ -0,0 +1,2 @@ +#!/bin/sh +(cd ${PREFIX}/share/games/Rollemup; ${PREFIX}/bin/Rollemup) |