Hi,
I created a simple pong/squash game using Java 2D. Could someone play it and give feedback? Particularly in regard to the motion blur on the moving objects in the game (at high speeds especially). It doesn’t look very nice. The link to the executable jar is here: https://dl.dropboxusercontent.com/u/2808431/pong-1.0.jar The source code is a maven project I created using Netbeans. it’s here: https://dl.dropboxusercontent.com/u/2808431/pong.zip
I know I could clean up the code and make the interface nicer but in terms of functionality it’s a complete game. Any feedback appreciated.
Thanks