The game im making is Pong. I have GUI, Player, Controller,Ball and Main Class.
The problem is where should i make my gameloop? also should Player and Ball have different gameloops?
What classes should be threads?(my guess is Player, Ball, and GUI classes).
please keep in mind that im a complete noob when it comes to gameloops and that this is my first game
where two or more things happen in the same time.
Thank you.