-
Notifications
You must be signed in to change notification settings - Fork 1
Ex2
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.
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.