1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/games/bombz/files/bombz.in
Rusmir Dusko 135db5ec05 Bombz is a simple 2D puzzle game. It doesn't really have a plot. The object is
to blow up all the bombs on each level then escape off the edge of the screen.
To blow up a bomb, push it to where you want to cause an explosion, then collect
a match (originally a detonator in the Archimedes version) and touch the bomb
again and quickly get out of the way. A bomb destroys everything surrounding it
except the metallic walls; if it blows up another bomb, that takes out
everything around it too so you can set off chain reactions.

WWW: http://bombz.sourceforge.net/

PR:		ports/171576
Submitted by:	nemysis (self)
Approved by:	wg/pawel (mentors)
2013-10-14 13:48:33 +00:00

8 lines
67 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
cd "%%DATADIR%%"
exec ./bombz.py "${@}"