diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-11 00:07:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-11 00:07:49 +0800 |
commit | 1e504ea4d33cfaaac70fc376c78fdf34fd4007e7 (patch) | |
tree | 4acd5bd43ec28366d3ba3533b740c7b8b4a85e18 /games/twitch/pkg-descr | |
parent | 4320726667518b10141cb72d429ae09ccf3ea5a2 (diff) | |
download | freebsd-ports-gnome-1e504ea4d33cfaaac70fc376c78fdf34fd4007e7.tar.gz freebsd-ports-gnome-1e504ea4d33cfaaac70fc376c78fdf34fd4007e7.tar.zst freebsd-ports-gnome-1e504ea4d33cfaaac70fc376c78fdf34fd4007e7.zip |
Add twitch 1.0, an overhead 2-d shooter written in Python, reminiscent of
games like Robotron.
Diffstat (limited to 'games/twitch/pkg-descr')
-rw-r--r-- | games/twitch/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/twitch/pkg-descr b/games/twitch/pkg-descr new file mode 100644 index 000000000000..e07ec3a43371 --- /dev/null +++ b/games/twitch/pkg-descr @@ -0,0 +1,9 @@ +Twitch - a GPL arcade game by David Clark <silenus@telus.net>. + +Twitch is an overhead 2-d shooter, reminiscent of games like Robotron or Tron: +Deadly Disks. The player has entered the fortress of the evil Hippopoticus, +and is trying to rescue the fair Lady Penelope from his clutches. I wrote +Twitch as a proof-of-concept: namely that Python, properly written, is fast +enough to create a playable, cross-platform arcade game. + +WWW: http://www3.telus.net/futility/futility/twitch.html |