Page 1 of 1

Space game

Posted: Mon Jan 30, 2012 2:04 am
by veethree
This is more of a proof of concept than a game right now, But i decided to throw it up here to get some feedback and/or tips :D

The idea is you're in a spaceship, and you're navigating through like an asteroid field or something like that(i'm fully aware of that not being too original :D). The red squares are the asteroids, so you avoid them, the green squares are points, you collect them.

There's a lot of stuff i still need to add, fix and test. So don't expect much from this right now. Any tips and feedback is welcome :D

Also note that the code is pretty messy right now, I'll have to work on that.

finally i want to thank tentus, He explained to me that table and loop mess used to generate and draw the obstacles and points.

Re: Space game

Posted: Mon Jan 30, 2012 2:57 am
by MarekkPie

Re: Space game

Posted: Fri Feb 03, 2012 3:57 pm
by mickeyjm
Nice game, but I pressed q twice and it crashed, it said something about a background udate

Re: Space game

Posted: Fri Feb 03, 2012 4:57 pm
by veethree
mickeyjm wrote:Nice game, but I pressed q twice and it crashed, it said something about a background udate
That piece of code is in there for debugging purposes. Forgot to remove it.