Home - GintonD/OOP-Ex3 GitHub Wiki
Welcome to the OOP-Ex3 wiki!
The Game Maze of Waze of Ginton & Meir..
Table Of Contents:
the project represents a graph and a that can run algorithms and display everything in the gui
Graph's classes:
vertex: represent vertex of the current Graph.
edge: represent edge of the current Graph.
DGraph: represent current graph by using the meta class vertex and edge.
Algorithm class:
Graph_Algo: Implementing algorithms to perform on the graph.
Graph_GUI: this class creat an Graphic User Interface to show the graph and his Algorithms
Game_Client class:
_Game_Manager class Responsibility of PlayAuto and PlayManu.
_KML_Logger This class let the user to create his own KML file and follow his path in google earth