ColdFire v0.3
The goal of the game is to shoot down the enemy ships. Everytime one enemy ship gets destoryed, two more ships are spawned. Once your shields get down to zero, your ship is destroyed and the game is over.
Installation
In order to play the game you will need to compile the source code. You also need to have the development version of the SDL 1.2 library. You can get it either from www.libsdl.org or from the package manager of your linux distribution. On debian just type:
apt-get install libsdl1.2-dev
To compile the code and play the game follow this procedure:
cd src
make
cd ..
./ColdFire
On MS Windows you will need to have MS Visual C++ 2003 .NET in order to compile the game. The project files and in the folder MSVC.
Support
You can get the latest information from the website http://www.lazysodz.com/. To download the most recent version please use anonymous cvs on sourceforge. Please report any bugs or problems by sending an email to weaksod@lazysodz or dantum@lazysodz.com.
We are actively looking for help, so if you have some spare time and want to help us improve the game, please contact us with a brief description of your skills or experience you have. Thanks alot!
Keyboard Keys:
ESC Quits the application Cursor Keys Changes direction of the ship + Accelerate the ship - Deccelerate the ship SPACE Fire missile BACKSPACE Halt the ship F1 Pause/Play game F2 Show wireframe models F3 Show shaded models F4 Toggle frame rate counter F5 Show OpenGL implementation information F6 Show total number of triangles in the scene F7 Behind view F8 Take screenshot
- Mouse
X and Y axis Changes direction of the ship Left Button Fire laser Right Button Fire missile Middle Button Spins ship around direction of flight
Joystick: (Currently not supported)
Primary Key Fire laser Secondary Key Fire missle Third Key Spins ship around direction of flight Throttle Accelerates or deccelerate the ship
