Skip to content
LielVaknin edited this page Dec 20, 2020 · 5 revisions

This class contains the "main" method which runs the whole project.
Ex2 activates the thread of GamePlay class which manages the processes of the game.

GamePlay class

This class implements Runnable.
In this class there is one thread which manages the game -
manages the movement of the agents, makes them catch the pokemons and updates the game arena and the frame window of the game.

Clone this wiki locally