MyGameGUI - YaliToledano/OPP_Maze GitHub Wiki
MyGameGUI
A class responsible for the GUI for the game it uses Graph_GUI to draw the graph (from last assignment), draws update of the game 10 times a second which it draws from data given from the game server and is parsed into arena.
it runs as a thread which it's only public function it waits for input from the GUI and then runs the main function with the parameters selected in the GUI menu (stage and a mode).