You really, really need to add color, 2 player, and a feature were if one of the scores hits, say, 15, the game stops.
(I could add 2 player for you, but ONLY with your permission)
The game already stops when you hit 3. Might be a bit low of a number, but it's there. =P I'd be satisfied with 2 player, whenever you get around to it. You would have to switch over to keyboard controls though, to make it fair.
@Laurelinad Thank you. I still hope to make it better once i learn to set the fonts for the score and maybe some background music.
@ potus2037 i will make it two player in a few days and raise the score,. as far as color i was keeping it simple so it would be "retro" lloking back on it now i should have inverted the colors.
i think im going to change the most of the gui, add two player, background song if anyone wants it, fix the score problem(wich technically is players not mine i warned you all in the summery) if anybody wants anything else let me know.
Look at the source code I gave you to figure out how to do font and color on text. =) The three requirements are importing Java.awt.Font, creating a new Font object reference ( Font variableName = new Font("Serif", CENTER_BASELINE, 20); for example. ] and then calling the setFont() method in the instantiated world, so if your world name is myWorld, then myWorld.setFont(variableName); .
From then on, it's all good and you just have to use stuff like myWorld.drawString("Hi!"); , if I remember correctly.
yes please do make a tutorial i've gotta know how to do this masterpiece(as far as pongs concerned)
PROTIP: hit the ball from above or below(depending on whether your nearer to the ceiling or floor it will bounce the ball off the floor/ceiling) which will cause it to ricochet(if done right) 95% of the time the computer cant dodge this( though if you fail and miss you lose and he gets a point but its better than not doing that
I you have Greenfoot installed on your computer, you can just double click to open it. You can download Greenfoot from here, https://www.greenfoot.org/download
2010/5/23
2010/5/23
2010/5/23
2010/5/23
2010/5/23
2010/5/23
2010/5/31
2010/6/26
2010/7/23
2010/7/28
2010/7/30
2016/6/29
2019/1/17
2019/1/17
2019/10/30
2019/10/30
2019/10/30