Main > Free Download Search >

Free space shooter software for linux

space shooter

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1153
Open Space Shooter prototype

Open Space Shooter prototype


Open Space Shooter is a simple 2D space shooter like asteorids. more>>
Open Space Shooter is a simple 2D space shooter like asteorids.

Just a small spaceship, some Asteorids and some enemies. You got lasers and rockets and try to fight the enemy ships, not more.

It is simple but funny.

All is just a prototyp of a game I want to write later. But I have no time at the moment...

<<less
Download (1.2MB)
Added: 2006-06-25 License: Other/Proprietary License Price:
1223 downloads
Alpha Shooter 0.0.3

Alpha Shooter 0.0.3


Alpha Shooter is a 3D OpenGL first-person shooter game with a sci-fi setting. more>>
Alpha Shooter is a 3D OpenGL first-person shooter game with a sci-fi setting.
Alpha Shooter was born as a project for the Computer Graphics course at the University of Bologna.
The main objective was to develop a very simple 3D game using the OpenGL, GLU and GLUT libraries only (and some creativity). Emphasis was not placed on the game itself, rather on learning how to use the libraries to produce a 3D environment and interact with it; it was thus required to build a suitable scenery using polygonal meshes and quadric surfaces, appropriate textures and materials, lights, and effects.
According to my personal taste I chose a sci-fi setting, trying to reproduce an environment that could remind players of a warehouse or loading area located inside a space ship or space station, like those often seen in movies or commercial videogames (of course I was aware of the limits of my implementation). I focused development on a single room, with an outside view, for ease of development (it was my very first attempt at graphics programming) and because it was enough to make use of a wide set of elements of OpenGL, consistently with the project requirements.
The game I wrote was inspired to the First Person Shooter genre, in which the player can move around in a 3D environment, looking around freely through the eyes of the played character, interacting (in very limited ways) with some of the objects present, shooting crates and barrels and some holographic targets.
I had a lot of fun creating that simple game, so after I got my Masters Degree I decided it would be a waste to just leave it hidden in some obscure directory at home; it is now here, released as Free Software, so that I can keep working on it and improving it, with help from whoever will be interested, in the hope that it will be useful as an example on how to get started in computer graphics and games development.
Enhancements:
- Binary packages were created for all supported operating systems, including a Windows installer, an i386 Debian Linux package, and a PowerPC Mac OS X DMG disk image.
- Additionally, the improved persistent mouse movement mode uses a dynamic mouse cursor that shows direction and speed of rotation, making that movement mode more intuitive and useful.
- Several minor bugs have also been fixed.
<<less
Download (0.77MB)
Added: 2007-08-09 License: GPL v3 Price:
813 downloads
Space Commander 0.4

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.
<<less
Download (MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1041 downloads
Space Racer 0.2.4

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

<<less
Download (0.96MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1079 downloads
Oddspace 1.2

Oddspace 1.2


Oddspace project is a multiplayer 2D space shooter. more>>
Oddspace project is a multiplayer 2D space shooter.

Its somewhat similar to Asteroids.

Getting Started

1. Install Java 1.4 or later

2. Download the zip and extract it to some directory

3. Since Oddspace is a multiplayer game you must first have a server to connect to. Start a server with the command "java -classpath . net.killingar.oddspace.Server" (or if you are on Windows, use server.bat). Select game mode first, then click "Start Server", now the server is running.

4. To connect to a server start the client with the command "java -classpath . net.killingar.oddspace.Client" (or if you are using windows, use the client.bat file)

5. Connect to the server by going to the "options" tab, then typing the servername in the "server" field (use localhost to use the one you just started), type your username in the "username" field and if you have a password type this also. Now click connect.
<<less
Download (1.5MB)
Added: 2006-11-15 License: Public Domain Price:
1073 downloads
Space Mines 0.1.0

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
<<less
Download (0.009MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1018 downloads
Space Plumber 1.1.0 RC1

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.
<<less
Download (2.0MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
Alien Blaster 1.1.0

Alien Blaster 1.1.0


Alien Blaster project is an action-loaded 2D arcade shooter game for up to two players. more>>
Alien Blaster project is an action-loaded 2D arcade shooter game for up to two players.
alienblaster is an action-loaded 2D arcade shooter game.
Your mission in the game is simple: stop the invasion of the aliens by blasting them.
Simultaneous two-player mode is available.
Main features:
- many aliens to blast
- a big bad boss
- different weapons
- special items
- cooperative mode (2 players playing on 1 computer)
- gamepad/joystick support
- arcade mode with highscore
- open source
- published under GPL
- runs with Windows and Linux
<<less
Download (6.3MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
2s-space Emotions for Linux -

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
Escape of the Unicorn 0.1.15

Escape of the Unicorn 0.1.15


Escape of the Unicorn project is a side-scrolling, 2D flying shooter game. more>>
Escape of the Unicorn project is a side-scrolling, 2D flying shooter game.
Welcome to the land of miraculous creatures.
Take a risk and play the game called
Escape of the Unicorn.
You play a unicorn,
a noble and most beautiful animal,
the most beautiful to have ever existed.
Your goal is to escape
from a cave full of monsters and traps.
You can move with the arrow keys and fire missiles.
Every missile can harm a monster if it is aimed well.
Beware of the monsters and lasers.
They decrease your energy when you touch them.
The same happens when you hit walls.
Some creatures may also shoot fireballs.
Be careful at all times.
When you are out of energy,
you die and lose the game.
Enhancements:
- Levels now have more complex shape
- 3 crafted levels
- Per-object speed control, and new types of interactions
- New game objects such as Puff Fish, Wall Spikes, Bloops
- Walls no longer damage player, immunity time much shorter
<<less
Download (MB)
Added: 2006-11-16 License: LGPL (GNU Lesser General Public License) Price:
1076 downloads
Crystal Space 1.0.1

Crystal Space 1.0.1


Crystal Space is a free and portable 3D engine. more>> <<less
Download (37.5MB)
Added: 2007-02-20 License: LGPL (GNU Lesser General Public License) Price:
987 downloads
Sable 1.0

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.

<<less
Download (0.21MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1319 downloads
AstroMenace 1.0

AstroMenace 1.0


AstroMenace is a modern 3D scrolling space shooter with ship upgrade possibilities. more>>
AstroMenace project is a modern 3D scrolling space shooter with ship upgrade possibilities. You can improve your ship configuration by installing new weapons, defensive systems, power stations and much more.

To improve your ship, you must earn money by destroying throngs of enemies on every level. A friendly interface, easy controls, and fancy 3D graphics will bring you straight into the heart of galactic war. Enjoy!

<<less
Download (37.4MB)
Added: 2007-01-17 License: Freeware Price:
1064 downloads
AstWar 0.4

AstWar 0.4


AstWar is a terminal based 2D space shooter. more>>
AstWar project is a terminal based 2D space shooter.
Astwar is a ncurses based simple space shooter; two little ships (asterisks), each on one side of the screen, try to shoot each other.
There is network support with several multiplayer options and user extension with Scheme (via Guile) to program the little ship to do some things automatically are in the works.
Provosional keys for now:
Ship 1:
- UP q
- DOWN a
- FIRE e
Ship 2:
- UP i
- DOWN k
- FIRE y
Enhancements:
- astbeep.c (playsound): added #ifdef __linux__
- shoot.c (shoot): added some #ifdefs
- Makefile.am (astwar_SOURCES): added *.h
- shoot.c (shoot): added new thread for each player sound.
- astbeep.c: added pthread_exit
<<less
Download (MB)
Added: 2006-12-09 License: GPL (GNU General Public License) Price:
1050 downloads
Save The Penguins 0.02

Save The Penguins 0.02


Save The Penguins is a crazy space shooter with penguins and flying saucers. more>>
Save The Penguins is a crazy space shooter with penguins and flying saucers.
This is inspired by "Save The Gweeks" for the Archimedes, in which you saved the gweeks from the snerds. I havent had access to the original, so how close it is I couldnt say.
You control this sphere/circle/whatever with the mouse. Left click to acellerate towards the cursor. Right click to fire lasers. Middle click to pause. Esc to Quit.
The idea is to kill the space ships before they either kill you or all the penguins.
The art for the penguins came from Pingus, the tileset was ripped from supertux.
If anyone would like to contribute levels/art/sound that would be cool.
Main features:
- Scrolling, moving and shooting.
- Tileset defined in simple configuration file
- Loading/Saving level to file with in-game level editor (press E).
- Objects (that is, non-static ones) get damaged when you hit them. The penguins explode in a pile of blood.
- Reasonable collision detection - you have to at least try to get it stuck.
- NEW!! Nice particle-based explosions. Saves me both needing a graphic for it, and it looks pretty cool
- NEW!! Powerups. Dont do much atm. One heals you, the other two hurt you by different amounts. Theres a hook to attach a sound to powerup/powerdown for when I get round to it.
<<less
Download (0.46MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
827 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5