Space Bubbles (archive)
I am posting this article about a the first game I ever wrote in java. This game, titled “space bubbles”, is an arcade style game with a striking similarity to the arcade classic asteroids. Although the game play is quite harsh, and it has several bugs, it may help someone who has just started programming to learn. The game itself can be played in a browser here
Here is the complete source code.
You may notice that each time a message window is created, the applet loses focus. This can be easily fixed, however I have no intention of doing any more additions to the code. If anyone out there would like to take my code and improve on it, please by all means, go for it.
