diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-18 19:52:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-18 19:52:20 +0000 |
commit | 723631783a86aee83bd19ec9d3841602df4bdafb (patch) | |
tree | 4ecd0d08db468839b224ccbfe1a55488389325d2 /games/Makefile | |
parent | * Update to 0.6 (diff) |
Teewars is a freeware online multiplayer game, designed as a crossover
between Quake and Worms. Set on platform-based maps, players control
a cute little bugger with guns to take out as many opponents as
possible. The characters can jump but move more quickly using a
grappling hook, swinging through the levels. It can also be used
to lock other players to keep them near. The available weapons
include a pistol, shotgun, grenade launcher and a hammer. The
shooting and grappling direction is shown through a cursor, controlled
by the mouse. A special power-up temporarily provides a ninja sword,
used to slash through enemies. Each character has an amount of
health and shield. Items scattered around include additional ammo,
and health and shield bonuses. Unlike Worms, all the action that
happens is fast-paced and happens in real-time. It supports CTF
mode.
WWW: http://www.teewars.com/
PR: ports/120778
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
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 fe472c1141d8..e9af9eef9362 100644 --- a/games/Makefile +++ b/games/Makefile @@ -749,6 +749,7 @@ SUBDIR += taxipilot SUBDIR += tbclock SUBDIR += tecnoballz + SUBDIR += teewars SUBDIR += teg SUBDIR += tenebrae SUBDIR += tetrinet |