diff options
author | adamw <adamw@FreeBSD.org> | 2005-05-28 08:56:35 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-05-28 08:56:35 +0000 |
commit | 1bfcaf4f9ab9b6441d7f0a917f3421206fbe43a3 (patch) | |
tree | eb6742332b661faf6b4455f05f57f195490ed814 /games/Makefile | |
parent | 8d833f0178b2620f8da48fd9ac1c1acb81724f9c (diff) | |
download | FreeBSD-ports-1bfcaf4f9ab9b6441d7f0a917f3421206fbe43a3.zip FreeBSD-ports-1bfcaf4f9ab9b6441d7f0a917f3421206fbe43a3.tar.gz |
Add ppracer, which is pretty much the next generation of
TuxRacer. Note that it has some rendering issues. It plays
fine but it looks wonky on some cards.
PlanetPenguin Racer is an OpenGL racing game featuring Tux, the
Linux mascot. The goal of the game is to slide down a snow- and
ice-covered mountain as quickly as possible. It is based on the
GPL version of TuxRacer.
Differences from TuxRacer include:
* Course progress bar
* Themes
* New terrain types (lava, etc.)
* Actively developed!
WWW: http://projects.planetpenguin.de/racer/
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 fe07cbd..531f580 100644 --- a/games/Makefile +++ b/games/Makefile @@ -382,6 +382,7 @@ SUBDIR += powerpak SUBDIR += powwow SUBDIR += pp + SUBDIR += ppracer SUBDIR += prboom SUBDIR += ptkei SUBDIR += pvpgn |