Main > Free Download Search >

Free sonic fan games 3d software for linux

sonic fan games 3d

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2527
Sonic Action Beta 3

Sonic Action Beta 3


Sonic Action is a multiplatform Sonic fangame based on the SRB2 story. more>>
Sonic Action is the first SRB2 Town related game. Anywhere, instead of the standard story that you read everyday, this time the viewpoint is more orientated to Sonic.
But Im not saying that well not appear in the game, nothing of that kind. Im planning to get we appear in the game. So dont ask me about that.
The engine of Sonic Action is incredibly good: you can think that Sega made it. Thats because six months of developing can do wonderful things. And this is not developed using programs such as Game Maker, MFF or TGF, normally used for make fangames, its programmed in C++ with Allegro.
And is more: Tails92 will port the different versions of Sonic Action to other OS like Linux or FreeBSD (Sonic Action is orignally programmed for Windows).
The story is very original, as far as the fangames stories that I know.. But you can get more info in the Sonic Action sections (scroll down the menu).
Enhancements:
- New levels: Badnik City and Eggman Base (the last is incomplete).
<<less
Download (0.77MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
728 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
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
Ogrian Carpet 0.9

Ogrian Carpet 0.9


Ogrian Carpet is a 3D fantasy action/strategy game. more>>
Ogrian Carpet project is a 3D fantasy action/strategy game.
Ogrian Carpet is an outdoor first person shooter game with real time strategy elements, inspired by the game Magic Carpet.
It uses Ogre3D as the renderer and allows you to fly around an island casting spells, summoning monsters, collecting mana, and building castles.
The object of the game is to build a castle, collect mana, and destroy your enemies. To build a castle, select a location, look at the ground, and cast the build spell. Note, you cannot build castles very close to water or other castles.
Your castle starts out small, with only one turret. As more mana is added to your castle, it will gain more turrets. Each turret adds another crane to your castles defense and another spell to your arsenal.
Basically, the game consists of fighting for control of mana. Whenever you encounter another wizard, shoot them with fireballs. If you hit them enough, they will "die" and be sent back to their castle. You are then free to claim all the mana in the area for yourself.
Once all the mana has been claimed, attack your enemys castle to get mana out of it so you can claim it for yourself. Once you enemys castle is out of mana, you can eliminate it by killing its heart. When all of your opponents have been banished, youve won.
Enhancements:
- AI bot player for skirmish
- things can now be loaded from an image, rather then randomly
- option for old randomized maps
- trees can now always bee seen
- made castle mana drops aggregate more
- loosened the restrictions on summoning
- made the config menu better
- added victory conditions to skirmish: kill all enemy towers/castles
- made ticks and gnomes stay in the formation you put them in
- made monsters and towers drop less then their cost when they have no wizard
- made mana float higher
- made towers cheaper (50)
- made sentinels drop much less (3)
- changed speed behavior on lava maps
- added victory music
- new music
<<less
Download (20.0MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1049 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
Search And Rescue 0.8.2

Search And Rescue 0.8.2


Search And Rescue project is an air rescue flight simulator. more>>
Search And Rescue project is an air rescue flight simulator. The player pilots rescue helicopters to rescue victims in various situations of distress.

Search and Rescue is a helicopter based air rescue flight simulator. It employs a simple flight dynamics engine that is targetted towards the "average" player. It is not designed to be a cutting-edge realistic simulator, but rather a flexable game that everyone can play and enjoy.

The history of the development of this game goes back to 1997, when Search and Rescue was created as an explorative to design for more complex 3D games using the OpenGL graphics library. Much of the effort in the development of this game came from Wolfpack Entertainment and many dedicated contributors (see credits below).

This game was ported to Windows early on in its development to ensure the portability of its graphics code. However the Win32 version lacked certain features due to differences in Windows design of its graphic, sound, and controller implementation.

The flight dynamics engine (FDE) features helicopter, aircraft, and tilt-rotor aircraft flight dynamics models (FDMs). It uses source-centered (as opposed to world-centered) mathimatical equations to simulate movement which mimicks but does not fundimentally follow standard physics equations. This simplifies the "flyability" of the aircrafts at a slight cost of realisim and lightens processor load.

The 3D visual models of the aircrafts and objects were created by a program called Vertex 3D, an OpenGL modeller designed to create 3D visual models that are optimized for OpenGL.

Each scene is a finite sized flat world, separated vertically by cloud layer(s) and centered at the origin with an artificial longitude and latitude offset applied to displayed positions.

<<less
Download (0.77MB)
Added: 2006-11-04 License: GPL (GNU General Public License) Price:
3251 downloads
sonic-snap 1.7

sonic-snap 1.7


sonic-snap is a project with you can use your sn9c102 based camera under linux. more>>
sonic-snap is a project with you can use your sn9c102 based camera under linux. You need to get the kernel driver at linux-projects.org.

sonic-snap has some distinguishing features which include histogram analysis, normalization, ppm captures and realtime mpeg encoding.

sonic-snap was tested with this really cute little webcam, called Sweex Minicam. The Sweex Minicam is really cheap (10 to 15 euros), and has the size of a 50 eurocent coin. Due to its size, it should be a suitable robotics camera.

The sonic-snap application will most likely work with any webcam, based on the sn9c102 chip from Sonix. (Sweex 100k and Genius NB work as well). If you get it to work on your cam, why not send me a snapshot? You can reach me at bram at sara.nl

<<less
Download (0.020MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1380 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
Wurm Online 1.3.8

Wurm Online 1.3.8


Wurm Online is 3D FPP MMORPG game. more>>
Wurm Online is 3D FPP MMORPG game.

Online multiplayer role-playing game, where players walk freely in a big 3D world chatting, gathering resources, building towns, making items, trading, fighting with other players and computer controlled creatures. Chose your path - crafting or PvP fighting. Join a village or live solo. Massive skill tree with skill affected by your actions.

<<less
Download (0.004MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1278 downloads
linuX-gamers Live DVD 0.9.2

linuX-gamers Live DVD 0.9.2


linuX-gamers Live DVD is a bootable medium with a collection of popular 3D games. more>>
linuX-gamers Live DVD is a bootable medium with a collection of popular 3D games. It contains both the NVIDIA and ATI proprietary Linux drivers and includes the following games:
- BzFLag
- Enemy Territory
- Glest
- Nexuiz
- Sauerbraten
- Torcs
- Tremulous
- True Combat: Elite
- Warsow and World of Padman
Although the live DVD is based on Arch Linux, it does not offer any desktop Linux functionality except gaming.
<<less
Download (MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
862 downloads
enelin 8 0.3

enelin 8 0.3


enelin 8 is a scifi 3d-shooter game. more>>
enelin 8 is a scifi 3d-shooter game.

Cryptic distress call from the moon Beya B4
normally inhabited only by robotic mining drones
You set out to investigate
The drones attack you

Blast your way through walls and defenses ,with your well-armed shuttle, deeper down into the robotic mining facility towards the source of the distress signal.

<<less
Download (0.57MB)
Added: 2006-07-21 License: Freeware Price:
1190 downloads
Soya 3D 0.10.2

Soya 3D 0.10.2


Soya 3D is a high level 3D engine for Python. more>>
Soya 3D is a high level 3D engine for Python. It relies on OpenGL, SDL and Cal3D. Soya 3D project is designed with games in mind, focusing both on performance and ease-of-use.
Soya 3D is available under the GPL and currently runs on GNU/Linux, though ports to other OS are planned (Mac OS X, windows,...) since it uses only portable libraries.
Main features:
- Multi-plateform : Linux / Unix, MacOSX, Windows
- Object model, including camera, light, world, volume,...
- Particle systems
- Fullscreen
- Tutorials and demos included
- Trees
- Raypicking
- Landscapes
- 3D character animation (with Cal3D)
- Exportation scripts for Blender, Obj/Mtl, Maya and 3DSmax
- Event management (keyboard, mouse,...)
- Cell-shading
- Shadows
- Environment mapping
Soya 0.6.1 and below were written in C and Python, but version 0.7 and higher are written in Pyrex and Python.
<<less
Download (2.1MB)
Added: 2006-04-25 License: GPL (GNU General Public License) Price:
1278 downloads
game build 1577

game build 1577


game is a simple Tetris-like game. more>>
game is a simple Tetris-like game.
The objective of the game is to keep the level of colored blocks down as long as possible.
New blocks are falling down at an increasing rate, blocks can be removed by creating rows of three or more blocks of the same color. The longer the row,
the more points you get.
Usage:
The objective of the game is to keep the level of colored blocks down as long as possible. New blocks are falling down at an increasing rate, blocks can be removed by creating rows of three or more blocks of the same color. The longer the row, the more points you get.
space - Flip two neighbour blocks.
arrow keys - Move cursor
h,j,k,l - Move cursor (vi-fans)
escape - Quit game, no questions asked.
s - Starts the game. If a game is in progress, a new game
will be started instantly.
p - Pause game. To avoid cheating, the game will be hidden
during pause.
e - Generate earthquake. This can be used as a last resort in
case of panic, and will remove approximately 30 blocks from
the field. It might help you. Then again, it might not.
Can be used once per game and costs 50 points.
Installation:
Linux:
Make sure the SDL, SDL_image and SDL_mixer runtime libraries are installed
$ tar -zxvf game- -linux.tgz
$ cd game
$ ./game
Enhancements:
- Added better error handling on SDL img load failures
<<less
Download (1.2MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1205 downloads
Obsidian 1.9.1a

Obsidian 1.9.1a


Obsidian is a OpenSource 3D network game for Linux and SGI. more>>
Obsidian project is a OpenSource 3D network game for Linux and SGI.
Obsidian is an extensible virtual world system with a fullblown multiplayer client-server architecture. It is not a VRML2 world system, though there are plans to include VRML2 as a world data format.
Note that active development on this system stopped a while ago, though the code is still available for the curious. The code may not even compile on current Linux or Irix systems.
Main features:
- Multiplayer Client-Server architecture
- Generic TCP/IP hence works natively across the Internet
- Full 3D headsup with texture mapping
- Runs acceptably on a 486, screams on a Pentium
- Editable worlds and textures
- Supports some forms of IMPOSSIBLE ARCHITECTURE (eg. rooms that are bigger inside than out, corridors that curve back on themselves)
- Inter-player communications
- Projectile weapons (rudimentary, anybody is welcome to add more spectacular violence if they can)
<<less
Download (3.3MB)
Added: 2006-12-18 License: Artistic License Price:
1225 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5