SNAKE: Thanks for the complements! I'm very proud to say that I programmed the arcade game from scratch, but I borrowed the idea from a Flash game that I got addicted to last summer....
. It's mostly a short Repeatedly Execute code. The gist of it is updating the co-ordinates of the asteroids every game cycle so that they all get one or two pixels closer, and then I have another function that shifts every asteroid one pixel to the left every game cycle if your mouse is far enough right (with faster movement the more extreme the mouse position), and vice-versa. This gives the illusion that they're coming at you and that you are dodging them. I'd be happy to share the source code for it if you think you'd learn something from it.
BUGS: I'm getting closer to finding the cause of those obscure bugs. A recent error report by Eva was most helpful -I think I know what's going wrong, but I need the time to check the code over and I have next to no spare time these days. I expect to have a revised and hopefully bug-free version up by next Monday.
EDIT NEXT MONDAY: Got 'em! Solved the mysterious game freeze on the grass bug, and the isolated invisible door bug, both on planet Primordia. I have not seen any reports of unresolved bugs, so hopefully version 1.3 is completely bug free!
EDIT OCT 14 2007: A few minor niggles and glitches have been resolved in the current version 1.41. Enjoy!

BUGS: I'm getting closer to finding the cause of those obscure bugs. A recent error report by Eva was most helpful -I think I know what's going wrong, but I need the time to check the code over and I have next to no spare time these days. I expect to have a revised and hopefully bug-free version up by next Monday.
EDIT NEXT MONDAY: Got 'em! Solved the mysterious game freeze on the grass bug, and the isolated invisible door bug, both on planet Primordia. I have not seen any reports of unresolved bugs, so hopefully version 1.3 is completely bug free!
EDIT OCT 14 2007: A few minor niggles and glitches have been resolved in the current version 1.41. Enjoy!