Home - YosefTwito/PackIt GitHub Wiki
Welcome to PackIt wiki!
This project is a game (looks like packman) based on the "Maze of Waze" project.
@authors YosefTwito and EldarTakach
Object's classes:
-
node: This is one of the basic objects in my project, creating graph nodes and handling it.
-
edge: This is one of the basic objects in my project, creating graph edges and handling it.
-
DGraph: This is the main data structure in my project, containing the nodes and the edges. Able to make changes in the nodes and make new edges.
-
Robot: This is one of the basic objects in the game, creating robots.
-
Fruit: This is one of the basic objects in the game, creating fruits.
Game Management classes:
-
MyGame: This is the main game class where we make the algorithms for the logical part of the game.
-
KML_Logger: This class makes a kml file from our game (can show the time stamps on google-earth).
Graphical User Interface class:
- MyGameGUI: This class makes a window to display the game on live.