I recently downloaded LibGDX and I basically have no idea of what im doing.
I just wrote my first Pong game and was wondering if you could take a look at it and tell me what I can do differently(in a better way).
The collision is sometimes off and the ball sometime stutter, especially when it’s moving at high speeds.
150 lines in total.
http://www.java-gaming.org/?action=pastebin&id=558
EDIT: Also, can someone explain “.dispose()”. Looked around but never found when im supposed to use it.