Sunday, July 12, 2009

Arkanoid Clone


Here's a basic outline of an Arkanoid clone, made by modifying the space invaders code of last week (it was done in a day!).

Click here to play.

Click here for source.

To complete this I had to use polar coordinates, bearings, reflection, complementary/supplementary angles, recursion and a lot of boolean logic.

The paddle reflection is not perfect and the game could use more levels. There is an issue with ball speed that I need to resolve. It doesn't work in other than 1024x768.

A link here to the space invader clone of last week.

As always, the games are written in Java using Netbeans. All of the game logic written by yours truly. Feel free to do use the code as you see fit.

Enjoy!

No comments:

Post a Comment

Hi, thanks for leaving a comment.. it's good to hear what people think!