As of the August 29, 2005, release, there were 37 single player maps and 65 deathmatch maps, for a total of 102 maps all together. Multiplayer uses a networked game code and a thick client/thin server model.
Single-player
The single-player game play includes two modes. A plain single-player mode in which items and monsters do not respawn and have a fixed position; and a deathmatch-style mode and items respawn.
Multiplayer
gameplay includes twelve modes:
"Free For All": Often used for prewar and setting up teams.
"Coop Edit": Players can edit a map with others in real time.
"Free For All": non-teamplay, meant for ffa and duel games.
"Teamplay": Like Free For All, only allied with those whose team variable is the same as yours.
"Instagib": All players spawn with full rifle ammo and 1 health. No items are available.
"Efficiency": all players have 2 ammo packs each with 256 health.
"Insta Arena": when the player is fragged, he/she stays dead until there's only one player remaining, and then a new round begins; each player only has the rifle and fist.
"Tactics Arena": Like Insta Arena, but each player randomly gets two out of the four possible weapons, and two ammo packs each.
Development
Game engine
The Cube engine was designed as an outdoor engine, i.e. it's designed for maps that are outdoors rather than Doom and Quake, which are optimized for indoors. It utilizes a pseudo-3D world model similar to the Doom engine, based on a 2D height map. This imposes some limitations, but does permit slopes and 3D props, which in turn can be used to make up for most limitations, for example, to create bridges with a passage below. The engine is based on zero-precompilation philosophy—all map data is interpreted dynamically, with no need to recalculate such as shadowmaps or BSP data. This makes realtime in-game map editing feasible. Cube supports multi-user, realtime map editing. The engine is compact and relies on simplicity and brute force instead of fine-tuned complexity.
Cube was reviewed positively by LinuxDevCenter in 2002 and awarded with the "Happypenguin Award" for "Best Free 3D Action Game" by The Linux Game Tome in 2003. In 2005 in an O'Reilly article on "Open Source Mac Gaming" Cube was recommended. MacUpdate rated the game's latest release 4.5 stars out of 5. Cube was downloaded between 2004 and May 2017 alone from Sourceforge.net 2.7 million times.