Super Java Invaders

Hi All,

My Space Invaders Game “Super Java Invaders” is available here :http://www21.brinkster.com/colin812/si/si.html

Source code available to anyone who wants it.

Col

Good space invaders clone. The controls are a bit too sensitive. Is the last guy on level nine intentioanlly invulnerable? Thats pretty sneaky. Its easy to just sit under a sheild and blast all the enemies in safety.

Hi,
Thanks for the comments.
The guy on level 9 should not be invunerable. There is a bug in the game where the gun manager speeds up. This makes the game too easy with certain JVM’s. I’m still trying to find out why? Any help on stabilising a game loop using multiple threads is appreciated.