Skip to content
Eitan edited this page Jan 6, 2022 · 3 revisions

Welcome to the oop-ex5 wiki!

The objective of this project was to implement everything we learned throughout the semester The wiki will have pictures and videos of the game as well as detailed explanations

├──Ex4_Server_v0.0.jar - the jar that contains the server we communicate with
└──requirements.txt 
└──data - the directory that contains the graphs
└──UML.puml - UML
└──src
    └──client.py
    └──GraphNode.py
    └──GraphAlgo.py
    └──DiGraph.py
    └──Position.py
    └──server_executor.py
    └──Drawable.py
    └──GraphEdge.py
    └──pokemon.py
    └──ConstantsUI.py
    └──Tests
    └──main.py
    └──GameHandler.py
    └──ButtonUI.py
    └──GameUI.py
    └──agent.py
└──README.md
└──misc - pictures and misc


Clone this wiki locally