1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/games/cube/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

17 lines
853 B
Plaintext

Cube is a 3D First Person Shooter that uses OpenGL and SDL. It features:
- Single- and multi-player gameplay
- In-engine editing of geometry in full 3D (you fly around the map, point
and drag stuff to select or modify it), which can even be done with
multiple people at once
- Simplistic, but effective fine grain vertex lighting that looks like
lightmapping and can do dynamic lights and shadows
- No need for any kind of map precompilation, even lighting is done on fly
- Very simplistic quad-tree world structure that can do slopes (height-
fields with caps) and slants, water
- Decent collision detection and physics
- Client/server networking that goes a long way in giving a lag-free game
experience
- Doom/Quake-style singleplayer and multiplayer game with some
uncompromising brutal old-school gameplay