I once checked on this site for a pong game,surprisingly I did not find any,so I tried to make it myself. And here you have it.I have updated my old version. Please vote for me,this version is a whole lot better. It's got random bricks that make things interesting. When the skill level changes,the background changes.You can make the applet any size, just remember to make the size of the backgrounds the same size as the applet. The game has more than one ball. To change the amount of balls change the size of the array (ball). To increase the amount of bricks change the brick array. This version also has sounds. A two player game has been added too. Check out the screenshot if you're not convinced. Enjoy!
File List:
@PSC_ReadMe_2230_2.txt
1Kb
Ball.class
491b
Brick.class
402b
Pong.class
14Kb
Pong.htm
1Kb
Pong.java
21Kb
Wall.class
400b
back.jpg
25Kb
back1.jpg
25Kb
ball.gif
1Kb
ball1.gif
1Kb
brick.gif
1Kb
gameover.gif
1Kb
gong.au
41Kb
hitpad.au
1Kb
hitwall.au
1Kb
logo.gif
4Kb
pad.gif
1Kb
pad1.gif
1Kb
title.gif
3Kb
Similar code
Bomberman 1.0 Complete
(Popularity: ) : Bomberman! 2-4 players supported. I made this game in less than a week (as a bonus game for my OAV Computer Science project) so there could be some bugs. But as far as I know, there aren't any. :p Please ... Card Base Classes
(Popularity: ) : Thanks for looking at this, but I've uploaded a better version,... look for that one... This code is a set of base classes for building card games. I have included a Deck object and a Hand object. I have also ... Card Base Class Improved
(Popularity: ) : This is a base class for building a deck of cards in Java. It is an improvement on the previously uploaded deck in that it now has support for Jokers, and differing values for cards (ie. Aces can be high ... A Pong Applet
(Popularity: ) : Wow this game was fun to make. Four paddles one for each side of the applet. The balls come from where you click. you can have as many balls as you wish. control the paddles with mouse. balls are of ...