mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
135db5ec05
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)
8 lines
67 B
Bash
8 lines
67 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec ./bombz.py "${@}"
|