www.jpct.net

jPCT-AE - a 3d engine for Android => Projects => Topic started by: zammbi on March 04, 2012, 01:33:12 pm

Title: Illumalaxy (spaceship game)
Post by: zammbi on March 04, 2012, 01:33:12 pm
I coded up a small spaceship game today(needs a name). Quite incomplete and a number of bugs at this stage.

Would be great if I could get some fps readings on random devices, see if there are any crashes and feedback on controls.

So far you can shoot, destroy ships(100 scattered around), fly around, zoom in and out, it has background music and tries to scale graphics depending on your device stats.

Minor update: http://www.mediafire.com/download.php?d66s4t96qa8s6wq

Update:
Should be a bit more optimised now.

Update 2:
I have decided that this will be an online game. I have already added logging in,registering and some positioning on the server.
I've fixed up a number of client bugs.
Can't allow any testers yet until I get a server. For now I'll leave the old installer if anyone wants to test that.



[attachment deleted by admin]
Title: Re: Spaceship game
Post by: EgonOlsen on March 04, 2012, 09:47:14 pm
Runs fine so far @52-57fps on a Nexus S/Android 4.0. Judging from the log output, you might want to consider to use shared data for the meshes (http://www.jpct.net/wiki/index.php/Reducing_memory_usage#Make_objects_share_meshes_on_the_GPU (http://www.jpct.net/wiki/index.php/Reducing_memory_usage#Make_objects_share_meshes_on_the_GPU)).

I don't really get the controls though, but i guess that they'll improve in the future...
Title: Re: Spaceship game
Post by: zammbi on March 05, 2012, 01:57:30 pm
Quote
Runs fine so far @52-57fps on a Nexus S/Android 4.0. Judging from the log output, you might want to consider to use shared data for the meshes
Thanks. I missed that one. I have now included it and it helped improved fps/load speed.

New version update. Though not much has changed.