2003-01-21 03:02:48 +01:00
|
|
|
Cube is a 3D First Person Shooter that uses OpenGL and SDL.
|
|
|
|
|
|
|
|
Features:
|
2006-08-07 04:30:38 +02:00
|
|
|
- Single-player and Multiplayer gameplay.
|
|
|
|
- Allows in-engine editing of geometry in full 3D (you fly around the map,
|
|
|
|
point / drag stuff to select it / modify it), which can even be done with
|
|
|
|
multiple people at once (a first!).
|
|
|
|
- Has simplistic but effective fine grain vertex lighting that looks like
|
|
|
|
lightmapping and can do dynamic lights & shadows.
|
|
|
|
- Doesn't need any kind of map precompilation, even lighting is done on the
|
|
|
|
fly.
|
|
|
|
- Has very simplistic quad-tree world structure that can do slopes
|
|
|
|
(heightfields with caps) and slants, water.
|
2003-01-21 03:02:48 +01:00
|
|
|
- Does decent collision detection & physics.
|
2006-08-07 04:30:38 +02:00
|
|
|
- Has client/server networking that goes a long way in giving a lag-free game
|
|
|
|
experience.
|
|
|
|
- Features a Doom/Quake-style singleplayer and multiplayer game with some
|
|
|
|
uncompromising brutal oldskool gameplay.
|
2003-01-21 03:02:48 +01:00
|
|
|
|
2006-08-07 04:30:38 +02:00
|
|
|
WWW: http://www.cubeengine.com/
|
2003-01-21 03:02:48 +01:00
|
|
|
|
|
|
|
- Arjan
|
|
|
|
avleeuwen@piwebs.com
|