Main > Free Download Search >

Free 3d game software for linux

3d game

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2455
3D Pong 0.5

3D Pong 0.5


3D Pong project is a simple Xlib vector-based ping-pong game. more>>
3D Pong project is a simple Xlib vector-based ping-pong game.
3D Pong is is a very small and fast ping-pong or handball game for one or two players. It uses simple 3D vector graphics in Xlib.
Multiple views are possible, and red/blue separation is available for users with 3D movie glasses.
Main features:
Game Play:
- 1 player against the computer
- 1 player in "handball" mode
- 2 players, networked
- User-defined gravity level
- With or without a deflective "net"
Display Modes:
- Red/Blue split mode for true 3D using 3D glasses!!!
- Six viewing positions:
- First Person POV from behind your paddle
- "Bleacher" view from the side of the game arenta.
- Above view.
- Freely rotatable mode (using the mouse)
- A dizzying "follow the ball" mode
- Follow the paddle mode
<<less
Download (0.036MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1090 downloads
Pizza Game 0.02a

Pizza Game 0.02a


Pizza Game is a 3D, real-time game in which you manage a pizza restaurant. more>>
Pizza Game project is a 3D, real-time game in which you manage a pizza restaurant.
As manager, you must build a restaurant, buy the various objects and furniture that the restaurant requires, hire/fire/manage your employees, buy advertising, buy ingredients, set prices, and make sure your restaurant keeps your customers happy.
You start out with nothing more than an empty lot and a loan. Will you transform that lot into a thriving pizza business or fail to attract customers and watch your debt pile up?
Main features:
- Build your restaurant by placing walls, putting in doorways, installing windows.
- Decorate your restaurant by choosing from numerous paint colors and wallpaper designs.
- Put in tiles for your floors by choosing from a large selection of colors and designs.
- Buy the items and objects that your restaurant needs: tables, chairs, ovens, lights, and various miscellaneous objects that can make your restaurant the pizza parlor of choice for customers.
- Hire (and fire) the right employees that will perform the necessary tasks for running a pizza restaurant.
- Manage advertising for your pizza business.
- Buy the necessary ingredients for making pizzas and selling money-making side orders.
- Choose the opening and closing times for your restaurant in order to have your restaurant operate most efficiently.
Linux users: if you downloaded the binary version, and get an error when attempting to run the game that is related to Plugin_GuiElements.so, perform the following steps to remedy it:
1) create an OGRE subdirectory in /usr/lib
2) copy the Plugin_GuiElements.so in the libs subdirectory in the pizzagame directory to the OGRE subdirectory you just created
<<less
Download (27.9MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1023 downloads
The Snake Game 1.0

The Snake Game 1.0


The Snake Game is an adapted, improved version of the popular javacave game. more>>
This is an adapted, improved version of the popular javacave game, written in QtRuby.

Installation:

download
chmod +x snake(gl).rb
run it.

<<less
Download (0.015MB)
Added: 2005-05-24 License: Public Domain Price:
1622 downloads
Wolvix Games 1.0.4

Wolvix Games 1.0.4


Wolvix Games is a new edition of the Wolvix live CD, featuring over 50 games. more>>
Wolvix is a GNU/Linux LiveCD built from SLAX. Wolvix is a desktop oriented distribution made to fit the needs from regular to advanced desktop users.

Along with the applications youll get some of the best free Linux games. (No 3D gfx card required).

Games Edition features over 50 games in different categories, four emulators and quite a few desktop applications.

You wont find World of Warcraft or Half-Life 2 on the CD, but Ive tried to include some of the finest free Linux games and I think there should be a game or two for most people, Ive even added dopewars for your grandma.

None of the games require 3D drivers, so you should be able to play most games on any graphics card
<<less
Download (MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1428 downloads
G3D 7.00

G3D 7.00


G3D project is a high-performance 3D graphics for games and simulations. more>>
G3D project is a high-performance 3D graphics for games and simulations.
G3D is a C++ library for game developers, researchers, and students. It is a base of robust and high performance code common to most 3D projects.
It is not a stand-alone graphics or game engine, but is a set of pieces to jump start your own engine or graphics project.
The library has two parts: G3D for pure math, and GLG3D for interacting with hardware acceleration via OpenGL.
You can use G3D without GLG3D if you want to use another 3D API (like DirectX) or dont like the OpenGL abstraction.
Enhancements:
- This release contains a hardware accelerated, skinnable OpenGL GUI, a new user manual, a new unified build system for all platforms, zipfile loading, and hundreds of other new features.
<<less
Download (30MB)
Added: 2007-08-09 License: BSD License Price:
814 downloads
Games::3D 0.09

Games::3D 0.09


Games::3D is a package containing an object system for (not only) 3D games. more>>
Games::3D is a package containing an object system for (not only) 3D games.

SYNOPSIS

use Games::3D::World;

my $world = Games::3D::World->new();

$world->save_to_file( $filename );

my $loaded = Games::3D::world->load_from_file( $filename );

my $thing1 = $world->add ( Games::3D::Thingy->new( ... ) );
my $thing2 = $world->add ( Games::3D::Thingy->new( ... ) );

$world->link($thing1, $thing2);

Games::3D::World provides you with a container class that will contain every object in your game object system. This are primarily objects that have states, change these states and need to announce the states to other objects.

The Games::3D::World container also enables you to save and restore snapshots of your objects system.

Basic things that you object system contains are derived from a class called Games::3D::Thingy. These can represent physical objects (buttons, levers, doors, lights etc) as well as virtual objects (trigger, sensors, links, markers, sound sources etc).

You can link Thingys together, either directly or via Games::3D::Links. The links have some more features than direct linking, which are explained below.

This package also provides you with Games::3D::Sensor, a class for objects that sense state changes and act upon them. Or not, depending on the sensor. Sensors are primarily used to watch for certain conditions and then act when they are met. Examples are the death of an object, values that go below a certain threshold etc.

State changes are transported in the object system with signals.

<<less
Download (0.032MB)
Added: 2006-10-02 License: Perl Artistic License Price:
1124 downloads
3D Tetris 4.1.0

3D Tetris 4.1.0


The goal of the 3D Tetris game is to complete a layer with blocks without gap which will cause the layer to disappear. With ongoing time this will bec... more>> <<less
Download (87KB)
Added: 2009-04-25 License: Freeware Price: Free
202 downloads
3D Python OpenGL Chess Game 1.0

3D Python OpenGL Chess Game 1.0


3D Python OpenGL Chess Game project is a 3D chess game in Python with OpenGL. more>>
3D Python OpenGL Chess Game project is a 3D chess game in Python with OpenGL.

3D Python OpenGL Chess Game is a normal chess game that has no computer player (yet). You can play against a friend on your PC.

<<less
Download (0.013MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1021 downloads
Epiphany Game 0.6.1

Epiphany Game 0.6.1


Epiphany project is a multiplatform clone of the game Boulderdash. more>>
Epiphany project is a multiplatform clone of the game Boulderdash.

It is written entirely in C++, using Clanlib as its graphic library.

The player must collect all valuable minerals scattered in levels, while avoiding being hit by a falling boulder or a bomb.

<<less
Download (1.4MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
856 downloads
Legends: The Game 0.4.1.42

Legends: The Game 0.4.1.42


Plenty of maps are provided by us, but the beauty of this game is its customization possibilities. Mission creation has never been easier, with a stab... more>> <<less
Download (111442KB)
Added: 2009-04-26 License: Freeware Price: Free
189 downloads
ICBM3D 0.4

ICBM3D 0.4


ICBM3D project is a Missile Command clone in 3D. more>>
ICBM3D project is a Missile Command clone in 3D.
ICBM3D (Inter-Continental Ballistic Missiles, 3D) is a 3D game of defense. Like the original "Missile Command" and its clones, this game places you in control of Anti-ICBM weapons which you use to destroy an onslaught of missiles (and other nasties) which are dropping onto your nation.
The game ends when your cities have all been destroyed. You only gain replacement cities by acheiving certain score thresholds during each attack. The differences between Missile Command and ICBM3D is that ICBM3D, as the name suggests, provides a 3D perspective.
You take advantage of X-Windows 3-button mouse to control your firing sight in 3-dimensions and change your viewpoint.
Main features:
- Game Play:
- 1-player 3D action.
- Mouse-controlled gameplay.
- Keyboard-controlled gameplay. (Keyboard settings alterable.)
- Missiles:
- Standard missiles.
- Spiralling missiles.
- Splitting missiles.
- Higher levels have more, and faster missiles.
- Levels 50 and above introduce "wind", blowing the smoke around to confuse you.
- Viewing Modes:
- Mouse-based viewing control.
- View from any point just above to just below your cities.
- View from any point just to each side of your cities.
- View from the point of view of any incoming missile.
- Reduced framerate and "flickery" modes are available to improve game speed and playability.
- Easy support for different languages. (Distributed with English).
- Source Code:
- ICBM3D comes as C source code.
- Many #defines are used, so you can tweak the gameplay and some defaults at compile time.
<<less
Download (0.030MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1059 downloads
Mill 3D 0.1

Mill 3D 0.1


Mill 3D is a nine mens morris game, based on classical board game. more>>
Mill 3D is a nine mens morris game, based on classical board game. You can play against the computer, or a human player, in a nice 3D environment. The computer has three difficulty level, it is quite smart.
Main features:
- Play against your friend
- Play against the computer, choose from the 3 difficulty levels
- Sophisticated 3D enviroment
- Runs under Linux and Windows
<<less
Download (1.0MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1439 downloads
PDA Maze 2001.10.05

PDA Maze 2001.10.05


PDA Maze project is a first-person 3D maze game with PDAs in mind. more>>
PDA Maze project is a first-person 3D maze game with PDAs in mind.
PDA Maze is a first-person 3D maze game written in Xlib. Its small and fast and runs nicely on the Agenda VR3 Linux-based PDA. It has options for game timers, maze sizes, and different map modes.
Main features:
- 3D, first-perspective view (prerendered for speed)
- Screen scrolls when you rotate
- Walls colored differently on different sides
- Four background (skyline) photos
- Button (keyboard) and stylus (mouse) controls
- Game timer
- Different maze sizes
- Modes for partial (build as you go), total and no overview maps
- Sound effects
Enhancements:
- Added "input" windowmanager hint and title, so program will appear in VRSM window lists (VR->Windows menu, and Statusbar app windowlist). This works around a current bug in VRSM.
<<less
Download (0.16MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1032 downloads
Pong 3D 0.8.5

Pong 3D 0.8.5


Pong 3D project is a OpenGL Pong clone. more>>
Pong 3D project is a OpenGL Pong clone.

Pong 3D is an OpenGL version of the classic paddle game Pong. This version has colorful textured 3D graphics supports multiplayer or single-player options.

<<less
Download (0.77MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1084 downloads
Ghornons Hammer 0.1.2

Ghornons Hammer 0.1.2


Ghornons Hammer is a 3D strategy adventure game. more>>
Ghornons Hammer project is a 3D strategy adventure game.

Ghornons Hammer is a 3D strategy adventure game based on missions and adventure rather than on mass armies or leveling stats.

There is no gameplay in this version of Ghornons Hammer yet. The map you are on consits of a miniature village (windmills, trees, campfire) and some surrounding terrain. You are free to walk around the map to get an impression of what Ghornons Hammer might look like in future. In the next releases, we will be adding a user interface and character animation, so stay tuned!

<<less
Download (1.5MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1025 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5