Plasma Defence Commander
From wiki.gp2x.org
Plasma Defence Commander | |
Download | (archive) |
Developer | Andrew Williams |
Version | 0.60b |
Webpage | Author's Site |
Status | Released and Playable |
Plasma Defence Commander is an action game where you use a plasma cannon to defend your city. Your mayor needs you! The source code of the game is provided in the file.
Contents |
Installation
- Download the file and extract the file contained to where you want it on your SD card.
- Install, if that were not done yet, the SDL libraries.
- Launch the game from the file pdclauncher.gpe.
Controls
L or R Turn the plasma cannon. It can take a while for the gun to reload, so don't miss! :)
Special
- You can change the sound and graphics of the game by modifying the bmp or wav files.
Source
The application is written in C++. It uses mikmod for sound, SDL for events, its own library for fixed width fonts and animated sprites. The source is decently documented and of managable size.
The source is included.