space jam
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1140
PTSPACE 0.1
PTSPACE is a X11 arcade game which allows you to patrol in space. more>>
PTSPACE is a X11 arcade game which allows you to patrol in space.
The real goal of this games is alien abduction except its you abducting the aliens for a change.
To get started try droping aliens into the sun and spacemen into the wormhole. The control key are shown on the info page.
Patrol in Space is a simple space arcade game in which you abduct aliens to free the solar system from alien invaders.
<<lessThe real goal of this games is alien abduction except its you abducting the aliens for a change.
To get started try droping aliens into the sun and spacemen into the wormhole. The control key are shown on the info page.
Patrol in Space is a simple space arcade game in which you abduct aliens to free the solar system from alien invaders.
Download (0.26MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
618 downloads
Spacewar 0.3
Spacewar project is a 2-player arcade game. more>>
Spacewar project is a 2-player arcade game.
Spacewar is an arcade game in which two players have to destroy each others space ship by hitting them with their lasers.
It uses SDL and runs on both Linux and Windows
<<lessSpacewar is an arcade game in which two players have to destroy each others space ship by hitting them with their lasers.
It uses SDL and runs on both Linux and Windows
Download (0.26MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1079 downloads
Space Racer 0.2.4
Space Racer project is a OpenGL Car Game in a galactic environment. more>>
Space Racer project is a OpenGL Car Game in a galactic environment.
It aims to be a clone of the well known Stunt Car Racer developed by Geff Crammond, author of Grand Prix I and II.
To play a 3dfx is recommanded. But TNT and Matrox Cards should now work.
If you have a 3dfx, you can take advantage of OpenGL 1.1 in adding this line in config.h:
#define SP_OPENGL_1_1
<<lessIt aims to be a clone of the well known Stunt Car Racer developed by Geff Crammond, author of Grand Prix I and II.
To play a 3dfx is recommanded. But TNT and Matrox Cards should now work.
If you have a 3dfx, you can take advantage of OpenGL 1.1 in adding this line in config.h:
#define SP_OPENGL_1_1
Download (0.96MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1079 downloads
Space Mines 0.1.0
Space Mines project is a game where one makes money by building mines. more>>
Space Mines project is a game where one makes money by building mines.
Space Mines is a game where one needs to make money by building mines and by keeping ones workers happy.
INSTALLATION
make all
make install
make clean
USAGE
Build mines (but not too many) and create profits by selling the ore!
You need to pay your workers wages to keep them happy. Mining on other worlds is a dangerous business, and workers are at risk from exploding mines, radiation leaks, etc.
Version restrictions:
- There is very little error checking for if someone enters the wrong data type (like letters where there should be numbers).
Enhancements:
- Decided to release it to the world
- Made it GPL
- Included some documentation
<<lessSpace Mines is a game where one needs to make money by building mines and by keeping ones workers happy.
INSTALLATION
make all
make install
make clean
USAGE
Build mines (but not too many) and create profits by selling the ore!
You need to pay your workers wages to keep them happy. Mining on other worlds is a dangerous business, and workers are at risk from exploding mines, radiation leaks, etc.
Version restrictions:
- There is very little error checking for if someone enters the wrong data type (like letters where there should be numbers).
Enhancements:
- Decided to release it to the world
- Made it GPL
- Included some documentation
Download (0.009MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1018 downloads
Space Commander 0.4
Space Commander is a game that aims to be similar to Elite and Privateer, with maybe a bit of Trade Wars thrown in. more>>
Space Commander is a game that aims to be similar to Elite and Privateer, with maybe a bit of Trade Wars thrown in.
The project is a remarkably functional space simulation with under 200 lines of code in the main file.
DEPENDENCIES
You need a recent version of Python and some support libraries. The game is currently being written using Python v 2.4.3 but it may work with newer or older versions with some minor tweaking. I intend to be using Python 2.5 and PyGame 1.8 shortly.
- Python 2.4.3
- PyGame 1.7
- Numeric 22.0
Basically you need a pretty complete Python kit. Most Linux distributions should have everything that you need and Windows / OSX users will be able to install it all with a small bit of effort.
To play the MIDI score in Linux you have to install and configure Timidity due to some old code in sdl-mixer which is a pre-dependency of PyGame. If the game crashes and
complains about midi, just comment out the MIDI line in spacecommander.py to disable it.
As to performance issues. I pass the buck. If it runs too slowly then get a faster computer, better graphics card, better operating system, whatever.
The idea of writing this in Python is to have a compromise between ultimate performance and the ability to understand and tinker around with the code.
You could try reducing the number of stars in the galaxy by editing bigbang.py also.
Feel free to re-write the game in hand optimized assembler, but you must send me a copy of your code per the LICENSE.
RUNNING THE GAME
Linux: ./spacecommander.py
KEYBOARD COMMANDS
ESC / Q: Quit the game
Left / Right: Yaw
Up / Down: Pitch
PgUp / PgDN: Roll
Enhancements:
- The main engine was completely rewritten and now supports flying a spaceship around a randomly generated galaxy. 2D rendering of objects using PyGame is supported.
- Mouse flight control is featured.
<<lessThe project is a remarkably functional space simulation with under 200 lines of code in the main file.
DEPENDENCIES
You need a recent version of Python and some support libraries. The game is currently being written using Python v 2.4.3 but it may work with newer or older versions with some minor tweaking. I intend to be using Python 2.5 and PyGame 1.8 shortly.
- Python 2.4.3
- PyGame 1.7
- Numeric 22.0
Basically you need a pretty complete Python kit. Most Linux distributions should have everything that you need and Windows / OSX users will be able to install it all with a small bit of effort.
To play the MIDI score in Linux you have to install and configure Timidity due to some old code in sdl-mixer which is a pre-dependency of PyGame. If the game crashes and
complains about midi, just comment out the MIDI line in spacecommander.py to disable it.
As to performance issues. I pass the buck. If it runs too slowly then get a faster computer, better graphics card, better operating system, whatever.
The idea of writing this in Python is to have a compromise between ultimate performance and the ability to understand and tinker around with the code.
You could try reducing the number of stars in the galaxy by editing bigbang.py also.
Feel free to re-write the game in hand optimized assembler, but you must send me a copy of your code per the LICENSE.
RUNNING THE GAME
Linux: ./spacecommander.py
KEYBOARD COMMANDS
ESC / Q: Quit the game
Left / Right: Yaw
Up / Down: Pitch
PgUp / PgDN: Roll
Enhancements:
- The main engine was completely rewritten and now supports flying a spaceship around a randomly generated galaxy. 2D rendering of objects using PyGame is supported.
- Mouse flight control is featured.
Download (MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1041 downloads
Sable 1.0
Sable is a high speed 3-D space shooter. more>>
Sable is a frantic 3d space shooter inspired by games such as After Burner and Space Harrier. You pilot a ship through an obstacle-laden landscape and attack or evade swarms of enemies.
Sable itself is quite easy to play. The arrow keys move your ship, and the space bar fires your cannons. Holding down the space bar produces a rapid-fire effect. Avoid enemy craft, enemy shots, and the pylons. Pylons are destroyable but require concentrated fire to destroy.
Destroying an enemy ship is worth 75 points. Destroying a pylon is worth 200. Evading a pylon is worth 25 points.
Pressing P will pause the game. The R key toggles the "pylon radar" display which can be used to help navigate dense pylon fields.
<<lessSable itself is quite easy to play. The arrow keys move your ship, and the space bar fires your cannons. Holding down the space bar produces a rapid-fire effect. Avoid enemy craft, enemy shots, and the pylons. Pylons are destroyable but require concentrated fire to destroy.
Destroying an enemy ship is worth 75 points. Destroying a pylon is worth 200. Evading a pylon is worth 25 points.
Pressing P will pause the game. The R key toggles the "pylon radar" display which can be used to help navigate dense pylon fields.
Download (0.21MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1319 downloads
Space Plumber 1.1.0 RC1
Space Plumber is a first-person 3d game, not much different to Doom and Quake. more>>
Space Plumber is a first-person 3d game, not much different to Doom and Quake. The main goal of Space Plumber is to reach the extraction pumps before the water level increases swamping everything.
Each of the 30 levels that conform the game have progressive difficulty by adding more pumps and consoles that you must deactivate first, and by making the map bigger. There are no enemies, you fight against time and misorientation, and you only have your skills to move inside the maze.
The 1.1.x series are a port to use the QDGDF library, making it easier to compile in a variety of systems. Its included in the package, so you dont have to download it separately.
Enhancements:
- Space Plumber has been ported to use the QDGDF library, so its compilable in a wider variety of platforms and has some new features.
- The most important new feature is sound support under Linux.
- The game itself is exactly the same.
<<lessEach of the 30 levels that conform the game have progressive difficulty by adding more pumps and consoles that you must deactivate first, and by making the map bigger. There are no enemies, you fight against time and misorientation, and you only have your skills to move inside the maze.
The 1.1.x series are a port to use the QDGDF library, making it easier to compile in a variety of systems. Its included in the package, so you dont have to download it separately.
Enhancements:
- Space Plumber has been ported to use the QDGDF library, so its compilable in a wider variety of platforms and has some new features.
- The most important new feature is sound support under Linux.
- The game itself is exactly the same.
Download (2.0MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
Sparklet 0.9.7
Sparklet is a multiplayer networking game. more>>
Sparklet is a multiplayer networking game. Sparklet is multiplatform, real-time, 2D, top-down view, 3rd person space shooting game. It is released under GPL license.
At the moment there are no known bugs, but the game has not been deeply tested yet.
<<lessAt the moment there are no known bugs, but the game has not been deeply tested yet.
Download (6.3MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1048 downloads
Download (37.5MB)
Added: 2007-02-20 License: LGPL (GNU Lesser General Public License) Price:
987 downloads
Svinepalsen 0.2.1
Svinepalsen is a top-scrolling space shooter built with SDL. more>>
Svinepalsen project is a top-scrolling space shooter built with SDL.
In Svinepalsen, the year is 2223 and the population of space has begun.
You are tentacled creature from Nurobi Gernash on a mission to reach the home planet of a race called "humans".
You are to deliver one message to all nations of Earth: "There must be security for all or no one is secure".
The mission fails and you are forced to make an example of the human insolence.
With your vastly superior ship you must destroy all resistance. You must kill them all or there will be retaliation.
<<lessIn Svinepalsen, the year is 2223 and the population of space has begun.
You are tentacled creature from Nurobi Gernash on a mission to reach the home planet of a race called "humans".
You are to deliver one message to all nations of Earth: "There must be security for all or no one is secure".
The mission fails and you are forced to make an example of the human insolence.
With your vastly superior ship you must destroy all resistance. You must kill them all or there will be retaliation.
Download (0.92MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1048 downloads
SSC 0.8
SSC is an arcade game featuring fast-paced bouncy ball action. more>>
SSC project is an arcade game featuring fast-paced bouncy ball action.
SSC is a fast paced arcade space shootem-up featuring many colorful bouncy balls.
The game focuses on interesting play and physics themes.
<<lessSSC is a fast paced arcade space shootem-up featuring many colorful bouncy balls.
The game focuses on interesting play and physics themes.
Download (0.81MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1051 downloads

2s-space Emotions for Linux -
A collection of 20 icons designed to beautify your computer screen. more>> License:Free for personal non-commercial use, Includes a link back to author site
Comment:PNG files.256x256 (px) size<<less
Download (555KB)
Added: 2009-04-28 License: Freeware Price: Free
190 downloads
IGE - Outer Space 0.5.65
IGE - Outer Space is an on-line strategy game with SciFi theme. more>>
IGE - Outer Space is an on-line strategy game with SciFi theme.
IGE - Outer Space is an on-line strategy game which takes place in the dangerous universe. You must become the commander of many stars, planets, and great fleets and you will struggle for survival with other commanders.
Outer Space communicates with the server in the same way as your browser, but you will need a special client to play it. Using this client you can create an account on the server and you can start to explore the world of the Outer Space.
<<lessIGE - Outer Space is an on-line strategy game which takes place in the dangerous universe. You must become the commander of many stars, planets, and great fleets and you will struggle for survival with other commanders.
Outer Space communicates with the server in the same way as your browser, but you will need a special client to play it. Using this client you can create an account on the server and you can start to explore the world of the Outer Space.
Download (MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
805 downloads
GDancer 0.4.6
GDancer is a dancing Space Ghost XMMS plugin. more>>
GDancer is a visualization plugin for XMMS which animates the lovable cartoon character Space Ghost to your favorite MP3s.
You can also have other characters through themes.
Installation
Source
tar xzvf gdancer-0.4.0.tar.gz
cd gdancer-0.4.0
./configure
make
su (It will ask for a password, put in roots password)
make install
exit
(Read the INSTALL file if problems occur)
RPM
su (Will ask for password, enter roots password)
rpm -Uvh gdancer-0.4.0-1.i386.rpm
<<lessYou can also have other characters through themes.
Installation
Source
tar xzvf gdancer-0.4.0.tar.gz
cd gdancer-0.4.0
./configure
make
su (It will ask for a password, put in roots password)
make install
exit
(Read the INSTALL file if problems occur)
RPM
su (Will ask for password, enter roots password)
rpm -Uvh gdancer-0.4.0-1.i386.rpm
Download (0.07MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1627 downloads

Apache Ant for Linux 1.7.0
a Java-based build tool more>> Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Makes wrinkles.
Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all those tools have limitations that Ants original author couldnt live with when developing software across multiple platforms. Make-like tools are inherently shell-based -- they evaluate a set of dependencies, then execute commands not unlike what you would issue in a shell. This means that you can easily extend these tools by using or writing any program for the OS that you are working on. However, this also means that you limit yourself to the OS, or at least the OS type such as Unix, that you are working on.
Makefiles are inherently evil as well. Anybody who has worked on them for any time has run into the dreaded tab problem. "Is my command not executing because I have a space in front of my tab!!!" said the original author of Ant way too many times. Tools like Jam took care of this to a great degree, but still have yet another format to use and remember.
Ant is different. Instead of a model where it is extended with shell-based commands, Ant is extended using Java classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed. Each task is run by an object that implements a particular Task interface.
Granted, this removes some of the expressive power that is inherent by being able to construct a shell command such as `find . -name foo -exec rm {}`, but it gives you the ability to be cross platform -- to work anywhere and everywhere. And hey, if you really need to execute a shell command, Ant has an task that allows different commands to be executed based on the OS that it is executing on.<<less
Download (8.54MB)
Added: 2009-04-05 License: Freeware Price: Free
209 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above space jam search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed