jPong - First Release

Published December 12, 2012
Advertisement
I just released the first Version of jPong, a Ping-Pong Game written in Java using AWT.
It has very simple Graphics and is more for practise in Java than anything else.

Here's the Link: http://www.langeder....ss/games/jpong/

I will add networking/multiplayer function and threads in later releases.

Controls:
left Player: W-S
right Player: up-down
Reset: ESC
1 likes 2 comments

Comments

3Ddreamer
It is a good strategy to work in stages and improve each release over the last.

You also seem to have a goal of a nice Pong version eventually before you go to the next game. Is this true?


Clinton
December 13, 2012 04:11 AM
miicchhii
Thank you for the feedback!

Yes thats true,
i already implemented networking and Threads,
but the network is slowing it down significantly ATM,
and it needs more improvements before its ready to be released.

For the network configuration i also want to create a menu,
to select host IP the used Port etc.
December 13, 2012 07:18 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement