fdastero

LD23

My first LD!

 

I’ve uploaded a binary distribution for testing purposes. I will continue working on it.

Controls:

Movement–left,right,up,down

Weapons–left shift to cycle weapons, space to fire

http://dl.dropbox.com/u/74952227/tinyspacefoos.zip

Problems:

GUI doesn’t work because I can’t get it to work alongside the compositor framework. :(

Made using Python-Ogre

Source code:

http://code.google.com/p/tinyspacefoos/

 

made small modification

 

added w and s keys to increase /decrease speed.

 

It’s kind of entertaining to chase those projectiles you fire; watching them orbit a bit and fall back to the ground.

 

http://dl.dropbox.com/u/74952227/tinyspacefoos.zip

This is my first LD entry, I’m happy.

 

 

final submission

http://dl.dropbox.com/u/74952227/tinyspacefoos.zip

source: http://code.google.com/p/tinyspacefoos/

I add a procedural “stuff” generator to the planets at the last min. It uses deluany triangulation to generate a basic mesh. I then subdivide this basic mesh into a more detailed mesh.

Also added a loading screen to let people know what the controls are and status of procedural loading.

I’m FINISHED!