In this game you have to help a cute little green animal switch off some kind
of "evil" mechanism. The "power off switch" is hidden somewhere in high towers. On your way to the target you need to avoid a lot of strange robots that guard the tower. That sounds all like a normal jump and run game. What makes this game different is that you walk arond the tower which is revolving on the screen, so that you only see the 180 degrees that are currently visible.
This commit is contained in:
parent
e7186a8a72
commit
3089de9015
5 changed files with 55 additions and 0 deletions
8
toppler/DESCR
Normal file
8
toppler/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
In this game you have to help a cute little green animal switch off some kind
|
||||
of "evil" mechanism. The "power off switch" is hidden somewhere in high towers.
|
||||
On your way to the target you need to avoid a lot of strange robots that guard
|
||||
the tower.
|
||||
|
||||
That sounds all like a normal jump and run game. What makes this game different
|
||||
is that you walk arond the tower which is revolving on the screen, so that you
|
||||
only see the 180 degrees that are currently visible.
|
15
toppler/Makefile
Normal file
15
toppler/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/07/02 04:02:02 blef Exp $
|
||||
|
||||
DISTNAME= toppler-1.0.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}
|
||||
|
||||
MAINTAINER= soren@blef.org
|
||||
HOMEPAGE= http://topple.sf.net/
|
||||
COMMENT= tower climbing game
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../audio/SDL_mixer/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
27
toppler/PLIST
Normal file
27
toppler/PLIST
Normal file
|
@ -0,0 +1,27 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/02 04:02:02 blef Exp $
|
||||
bin/toppler
|
||||
man/man6/toppler.6
|
||||
share/toppler/abc.ttm
|
||||
share/toppler/alarm.wav
|
||||
share/toppler/ball1.ttm
|
||||
share/toppler/ball2.ttm
|
||||
share/toppler/ball3.ttm
|
||||
share/toppler/boing.wav
|
||||
share/toppler/bubbles.wav
|
||||
share/toppler/fanfare.wav
|
||||
share/toppler/hit.wav
|
||||
share/toppler/honk.wav
|
||||
share/toppler/m1.ttm
|
||||
share/toppler/m2.ttm
|
||||
share/toppler/rumble.wav
|
||||
share/toppler/score.wav
|
||||
share/toppler/sonar.wav
|
||||
share/toppler/splash.wav
|
||||
share/toppler/swoosh.wav
|
||||
share/toppler/tap.wav
|
||||
share/toppler/tick.wav
|
||||
share/toppler/toppler.dat
|
||||
share/toppler/toppler.xpm
|
||||
share/toppler/torpedo.wav
|
||||
share/toppler/water.wav
|
||||
@dirrm share/toppler
|
1
toppler/TODO
Normal file
1
toppler/TODO
Normal file
|
@ -0,0 +1 @@
|
|||
Dumps core on exit in 1.6.1, but does not (iirc) do so in current. Investigate.
|
4
toppler/distinfo
Normal file
4
toppler/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/07/02 04:02:02 blef Exp $
|
||||
|
||||
SHA1 (toppler-1.0.2.tar.gz) = 9b6c93784ff53eaea6d09ee7d5d31a3ac7c685a4
|
||||
Size (toppler-1.0.2.tar.gz) = 1081984 bytes
|
Loading…
Reference in a new issue