Relative Content

Tag Archive for javamultithreadingswinggame-looppacman

Handling multithreading in Java Swing game

I have a task for my final GUI project to create a Java Swing game, exactly PacMan. It all should be fine but the teacher told me that it has to be multithreaded game. So what i know, there is for sure Game Loop thread independently running from EDT.