shooter
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 87
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.
<<lessAlpha 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.
Download (0.77MB)
Added: 2007-08-09 License: GPL v3 Price:
813 downloads
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...
<<lessJust 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...
Download (1.2MB)
Added: 2006-06-25 License: Other/Proprietary License Price:
1223 downloads
rRootage 0.23a
rRootage is an abstract shooter game. more>>
rRootage is an abstract shooter game. It was created by Kenta Cho and ported to Linux by Evil Mr Henry.
Debian distro: apt-get install rrootage.
Installation:
Download the data files, and the executable for your platform. Put rr in this directory.
On most systems, simply open a console, switch to root, and run ./install.sh. If that doesnt work, you can install manually. Copy rr_share/* to /usr/share/games/rRootage, rr to /usr/bin and make sure everything works.
Running:
Type rr to start the game. The command-line line switches listed in readme_e.txt should all work.
Compiling:
Install the OpenGL development libraries. (This is the hard part.)
Install libBulletML. (http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/index_en.html Compiling should be simple. Copy the resulting .a file to /usr/lib)
Install SDL_mixer.
Compile with "make -f makefile.lin"
The file "rr" goes in your path, and all directories except src go in /usr/share/games/rRootage. src is unneeded after compiling.
Uninstall:
Remove the directory /usr/share/games/rRootage, the file /usr/bin/rr and the file ~/.rr.prf.
Enhancements:
- This only updates the packaging.
- Dont bother upgrading if your copy works.
<<lessDebian distro: apt-get install rrootage.
Installation:
Download the data files, and the executable for your platform. Put rr in this directory.
On most systems, simply open a console, switch to root, and run ./install.sh. If that doesnt work, you can install manually. Copy rr_share/* to /usr/share/games/rRootage, rr to /usr/bin and make sure everything works.
Running:
Type rr to start the game. The command-line line switches listed in readme_e.txt should all work.
Compiling:
Install the OpenGL development libraries. (This is the hard part.)
Install libBulletML. (http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/index_en.html Compiling should be simple. Copy the resulting .a file to /usr/lib)
Install SDL_mixer.
Compile with "make -f makefile.lin"
The file "rr" goes in your path, and all directories except src go in /usr/share/games/rRootage. src is unneeded after compiling.
Uninstall:
Remove the directory /usr/share/games/rRootage, the file /usr/bin/rr and the file ~/.rr.prf.
Enhancements:
- This only updates the packaging.
- Dont bother upgrading if your copy works.
Download (0.11MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1252 downloads
TuxFighter 0.52
TuxFighter is an asteroid-like shooter written in python/pygame. more>>
TuxFighter is an asteroid-like shooter written in python/pygame.
Your goal is to waste valuable lifetime (or even paid worktime) while steering and spinning a pinguin-shaped alter ego throug a universe full of nasty enemys. The enemys try to collide into you but YOU CAN FIGHT BACK !
Shoot rockets at your enemys but be warned, you have always just twice the number of rockets as the number of enemys on the screen. So aim careful, because some rockets may bounce back from the edge of the screen.
Gain extra points or even applause by killing enemys be a rocket reflecting from walls. Enter the highscore-list and try to improve your shot/miss ratio.
<<lessYour goal is to waste valuable lifetime (or even paid worktime) while steering and spinning a pinguin-shaped alter ego throug a universe full of nasty enemys. The enemys try to collide into you but YOU CAN FIGHT BACK !
Shoot rockets at your enemys but be warned, you have always just twice the number of rockets as the number of enemys on the screen. So aim careful, because some rockets may bounce back from the edge of the screen.
Gain extra points or even applause by killing enemys be a rocket reflecting from walls. Enter the highscore-list and try to improve your shot/miss ratio.
Download (0.30MB)
Added: 2006-06-04 License: GPL (GNU General Public License) Price:
1238 downloads
TUER Alpha
TUER is a 3D FPS written in JAVA + JOGL + JOGG. more>>
TUER is a 3D FPS written in JAVA + JOGL + JOGG.
TUER is a very small first player shooter. You can shoot robots in a museum with your rocket launcher. It uses a kind of dynamic lighting. You can also perform screenshots and snapshots.
<<lessTUER is a very small first player shooter. You can shoot robots in a museum with your rocket launcher. It uses a kind of dynamic lighting. You can also perform screenshots and snapshots.
Download (MB)
Added: 2007-08-23 License: Freeware Price:
487 downloads
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
<<lessAstwar 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
Download (MB)
Added: 2006-12-09 License: GPL (GNU General Public License) Price:
1050 downloads
Stargun 0.2
Stargun is a 2D space shooter game. more>>
Stargun project is a 2D space shooter game.
Stargun is a space shooter, vertical scroller game. Its platform independent (or at least it is the objetive). The target OS are Windows and Linux. There are plans to port Stargun to BeOs, FreeBSD and Amiga.
Stargun is written in C++ and uses SDL library.
This project is under GPL lisence.
Enhancements:
- Music & sound added
- Joystick support
- Levels support
- some bugs fixed
<<lessStargun is a space shooter, vertical scroller game. Its platform independent (or at least it is the objetive). The target OS are Windows and Linux. There are plans to port Stargun to BeOs, FreeBSD and Amiga.
Stargun is written in C++ and uses SDL library.
This project is under GPL lisence.
Enhancements:
- Music & sound added
- Joystick support
- Levels support
- some bugs fixed
Download (0.43MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1054 downloads
Overgod 1.0
Overgod is a 2D shooter with multiplayer support based on Allegro. more>>
Overgod is a 2D shooter with multiplayer support based on Allegro.
For too long has humanity been ruled by cruel and disputatious gods! Fly through the various layers of the Celestial Oversphere to unseat those who control the universe.
This is my latest game, Overgod. Its similar to my last game, Lacewing, but better in almost every way. Basically, you control a little vehicle in the middle of the screen and fly around and shoot things - a bit like asteroids, but the asteroids move independently and shoot back. You can also upgrade your vehicle in various ways.
Main features:
- Over 100 different enemies
- Lots of randomness and chaos
- Various different modes and unlockable challenges
- 1 or 2 players (splitscreen)
- Pretty low system requirements (about 300MHz is plenty, and it doesnt need any kind of fancy graphics card)
- Days of fun!
It should compile on any platform supported by Allegro. Windows and Mac binaries are provided at the moment, as is source code (its under the GPL). The links are all to sourceforge, which is a little cumbersome, but for various reasons Im releasing this through Internet cafes and the Library so thats what you get. Have fun!
(Thanks to Michael Faerber for helping with Linuxisation and pointing out bugs, and Peter Hull for helping with the Mac version and finding another bug)
<<lessFor too long has humanity been ruled by cruel and disputatious gods! Fly through the various layers of the Celestial Oversphere to unseat those who control the universe.
This is my latest game, Overgod. Its similar to my last game, Lacewing, but better in almost every way. Basically, you control a little vehicle in the middle of the screen and fly around and shoot things - a bit like asteroids, but the asteroids move independently and shoot back. You can also upgrade your vehicle in various ways.
Main features:
- Over 100 different enemies
- Lots of randomness and chaos
- Various different modes and unlockable challenges
- 1 or 2 players (splitscreen)
- Pretty low system requirements (about 300MHz is plenty, and it doesnt need any kind of fancy graphics card)
- Days of fun!
It should compile on any platform supported by Allegro. Windows and Mac binaries are provided at the moment, as is source code (its under the GPL). The links are all to sourceforge, which is a little cumbersome, but for various reasons Im releasing this through Internet cafes and the Library so thats what you get. Have fun!
(Thanks to Michael Faerber for helping with Linuxisation and pointing out bugs, and Peter Hull for helping with the Mac version and finding another bug)
Download (MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
1266 downloads
Offender 0.2
Offender project is an entertaining 2D space shooter. more>>
Offender project is an entertaining 2D space shooter written in GTK+ C for linux.
Its was written casually by Silas and Dylan Albrecht over a one and a half year period with a few large breaks. Before 0.1 was releashed Offender hadnt really been hacked since early 2001 except for a few minor romps.
Offender has been tested under RedHat Linux 7.0 (using kgcc) with GTK+ 1.2.8 and RedHat 7.3 with GTK+ 1.2.10.
If you dont have GTK+ you can get it at gtk.org. If you can/cant compile it in a different environment wed be interested to hear about it through email.
Enhancements:
- Major update release version 0.2
- Much needed feature additions, stable but messy code.
<<lessIts was written casually by Silas and Dylan Albrecht over a one and a half year period with a few large breaks. Before 0.1 was releashed Offender hadnt really been hacked since early 2001 except for a few minor romps.
Offender has been tested under RedHat Linux 7.0 (using kgcc) with GTK+ 1.2.8 and RedHat 7.3 with GTK+ 1.2.10.
If you dont have GTK+ you can get it at gtk.org. If you can/cant compile it in a different environment wed be interested to hear about it through email.
Enhancements:
- Major update release version 0.2
- Much needed feature additions, stable but messy code.
Download (MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1023 downloads
Stardork 0.6
Stardork project is a Linux console-based space shooter/maze game. more>>
Stardork project is a Linux console-based space shooter/maze game.
Stardork is a Linux console based game where (.)s represent stars and are randomly placed on the screen.
(X) represents your space ship and you move in in all directions, including diagonally, to position yourself to shoot the goal (@).
You can also shoot missles in all directions. If you run into a star you lose power. If you shoot or run into the goal then you move up a level and more random stars are plotted.
This eventually creates a more and more complex maze of stars you must nagivate through to position yourself to shoot the goal.
Beat all 34 levels and you are a master stardork.
<<lessStardork is a Linux console based game where (.)s represent stars and are randomly placed on the screen.
(X) represents your space ship and you move in in all directions, including diagonally, to position yourself to shoot the goal (@).
You can also shoot missles in all directions. If you run into a star you lose power. If you shoot or run into the goal then you move up a level and more random stars are plotted.
This eventually creates a more and more complex maze of stars you must nagivate through to position yourself to shoot the goal.
Beat all 34 levels and you are a master stardork.
Download (0.003MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1065 downloads
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
<<lessalienblaster 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
Download (6.3MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
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!
<<lessTo 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!
Download (37.4MB)
Added: 2007-01-17 License: Freeware Price:
1064 downloads
Moon Defence 1.6
Moon Defence is a space shooter game. more>>
Remake of the old Atari game. You`re controlling defence sattelite on orbin of the Moon. Your goal is to destroy enemy missiles.
In the year 2045 USA built their first base on the Moon. Unfortunatelly, the Moon seems to be a cemetary of the Old Alien Race. The Old Alien Race is really pissed...
Defend your base, soldier!
<<lessIn the year 2045 USA built their first base on the Moon. Unfortunatelly, the Moon seems to be a cemetary of the Old Alien Race. The Old Alien Race is really pissed...
Defend your base, soldier!
Download (0.34MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1537 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
K!rash 1.0
K!rash is a game inspired by Twisted Metal, K!rash is a car shooter game. more>>
K!rash is a game inspired by Twisted Metal, K!rash is a "car" shooter game, where your objective will be to gain more "frags" (scores) than your opponent by destroying his car.
K!rash has several cars to choose with different characteristics. K!rash is a game for 2 players in the same PC.
<<lessK!rash has several cars to choose with different characteristics. K!rash is a game for 2 players in the same PC.
Download (0.92MB)
Added: 2007-04-20 License: Freeware Price:
919 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 shooter 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