diff options
author | garga <garga@FreeBSD.org> | 2005-10-05 00:55:33 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-05 00:55:33 +0800 |
commit | f2a5b913d0d8fc229aaed9426c0a5bec8ea273fe (patch) | |
tree | 74d6469de82021a17646c5b7cdcfdc966c7a0636 /games/Makefile | |
parent | a110768ca229c0edaf313b77fee77ffd1d0c650c (diff) | |
download | freebsd-ports-gnome-f2a5b913d0d8fc229aaed9426c0a5bec8ea273fe.tar.gz freebsd-ports-gnome-f2a5b913d0d8fc229aaed9426c0a5bec8ea273fe.tar.zst freebsd-ports-gnome-f2a5b913d0d8fc229aaed9426c0a5bec8ea273fe.zip |
excido is a free (GPL) game. It combines (simple|old school|arcadey) gameplay
with 3D OpenGL graphics graphics and OpenAL positional audio. Excido is not a
highly complex experience, but you may enjoy it as a small diversion.
Excido was developed under GNU/Linux, and has also been found to work on MacOS
X. It should also work with minimal porting effort on the other platforms
supported by SDL/OpenAL.
WWW: http://icculus.org/excido/
PR: ports/85157
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
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 ff034d2da158..e246a89e38d3 100644 --- a/games/Makefile +++ b/games/Makefile @@ -140,6 +140,7 @@ SUBDIR += ensemblist SUBDIR += euchre SUBDIR += evilfinder + SUBDIR += excido SUBDIR += exhaust SUBDIR += exmars SUBDIR += exult |