WarpFleet Logo

About

WarpFleet is a starship combat simulator for the Sharp Zaurus PDA.

Most functionality (resource loading, graphics, sound, enemy logic) is present. Now I just need to add some gameplay!

WarpFleet screenshot

Download

warpfleet_0.1_arm.ipkBinary IPK
warpfleet_0.1_src.tar.gzSource Code

Developers

The sprites can be changed without recompiling by changing the warpfleet.pkg file. This is done by editing the tools/pack.r script and running it. You will need to have REBOL installed on your system to do this.

If you want to add sound to your own GPL Zaurus (or Linux) projects you can copy the unix/audio* files into your project.

The icon in the taskbar does not go away when qApp->quit() is used to exit the program. Using exit(0) fixes this problem, but then no window destructors get called and things like grabKeyboard() are not undone. Calling qApp->closeAllWindows() works like a charm.


Source Forge Logo


Generated on 8-Sep-2006/12:09:43-7:00