diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-06-25 05:50:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-06-25 05:50:31 +0800 |
commit | 1db5b31d9b85e385b9f6f9268b36ccca5bedcfb0 (patch) | |
tree | 2f53b68afcc3ef3509597234dfdd1b57f7d98b55 /games/Makefile | |
parent | c4c9e1e4528c47c6c1f3c0cfbb9a0ce24db6c9ee (diff) | |
download | freebsd-ports-gnome-1db5b31d9b85e385b9f6f9268b36ccca5bedcfb0.tar.gz freebsd-ports-gnome-1db5b31d9b85e385b9f6f9268b36ccca5bedcfb0.tar.zst freebsd-ports-gnome-1db5b31d9b85e385b9f6f9268b36ccca5bedcfb0.zip |
Each player controls a team of several hedgehogs. During the course
of the game, players take turns with one of their hedgehogs. They
then use whatever tools and weapons are available to attack and
kill the opponents' hedgehogs, thereby winning the game. Hedgehogs
may move around the terrain in a variety of ways, normally by walking
and jumping but also by using particular tools such as the "Rope"
or "Parachute", to move to otherwise inaccessible areas. Each turn
is time-limited to ensure that players do not hold up the game with
excessive thinking or moving.
A large variety of tools and weapons are available for players
during the game: Grenade, Cluster Bomb, Bazooka, UFO, Shotgun,
Desert Eagle, Fire Punch, Baseball Bat, Dynamite, Mine, Rope,
Pneumatic pick, Parachute. Most weapons, when used, cause explosions
that deform the terrain, removing circular chunks. The landscape
is an island floating on a body of water, or a restricted cave with
water at the bottom. A hedgehog dies when it enters the water (either
by falling off the island, or through a hole in the bottom of it),
it is thrown off either side of the arena or when its health is
reduced, typically from contact with explosions, to zero (the damage
dealt to the attacked hedgehog or hedgehogs after a player's or CPU
turn is shown only when all movement on the battlefield has ceased).
WWW: http://www.hedgewars.org
Approved by: miwi (mentor)
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index fc6db1d76a61..d6b28c8929da 100644 --- a/games/Makefile +++ b/games/Makefile @@ -345,6 +345,7 @@ SUBDIR += gweled SUBDIR += hangman SUBDIR += hattrickorganizer + SUBDIR += hedgewars SUBDIR += heretic SUBDIR += heroes SUBDIR += hex |