diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-10-04 05:58:56 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-10-04 05:58:56 +0800 |
commit | 9e11658c250a7043b5a4b93ca6e92d021e129e6f (patch) | |
tree | 0ab186127ad908adbac9ae11cbea3ab11e48ac17 /games/Makefile | |
parent | bd071aaf1e2a9f6c98206ca5f8c9466f1a4cc48d (diff) | |
download | freebsd-ports-gnome-9e11658c250a7043b5a4b93ca6e92d021e129e6f.tar.gz freebsd-ports-gnome-9e11658c250a7043b5a4b93ca6e92d021e129e6f.tar.zst freebsd-ports-gnome-9e11658c250a7043b5a4b93ca6e92d021e129e6f.zip |
3D arcade with unique fighting system and anthropomorphic characters.
Lugaru's primary feature is its unique combat system. Instead of relying
on confusing button combinations to perform moves, Lugaru's moves are all
logical and context sensitive. For example, if an opponent aims a roundhouse
kick at Turner's head, you can crouch and then stand up under the attack to
grab your assailant's leg and kick him away. If you try and punch an opponent
and he tries to throw you over his shoulder, you can crouch to roll painlessly
out of the throw. This new combat system makes fights look and feel much more
intense and believable than in any other game. You can see it in action with
the gameplay movies above.
WWW: https://code.google.com/p/lugaru/
Approved by: wg/pawel (mentors)
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 ff187f3324d8..8ba429b48a47 100644 --- a/games/Makefile +++ b/games/Makefile @@ -557,6 +557,7 @@ SUBDIR += lskat SUBDIR += ltris SUBDIR += lucidlife + SUBDIR += lugaru SUBDIR += luola SUBDIR += lwjgl SUBDIR += macopix |