Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.txt | 2015-02-24 | 324 Bytes | |
arkanoid.class | 2015-02-24 | 6.7 kB | |
arkanoid.html | 2015-02-24 | 98 Bytes | |
arkanoid.java | 2015-02-24 | 8.7 kB | |
Totals: 4 Items | 15.8 kB | 0 |
ArkanoidGameInJava is a java game made completely using notepad. The algorithm might help someone. The algorithm is that the ball moves with a velocity of ballx in the direction of x axis and bally in the direction of y axis. The velocities are reversed when they hit something. The compiled and raw code are provided.