Skip to content

naelaboraya/OOP_EX4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

OOP_EX4

Pokemon Game in java with Directed Weighted Graphs

In this project we have implemented pokemon game wich was applied using directed and weighted grapghs , wich was implemented in the previous project , in Java .

The game contains agents and pokemons , each agent starts on a specific position on the graph , the main purpose of the agents is to catch the pokemons with less moves as possible ,wich means more efficiency .

photo provided for our pokemon game :

Screenshot from 2022-01-13 23-11-52


Graph implementation

we have used our previous project in java (DirectedWeightedGraph) and the algorihms that we have implemented to do this project .

How to run the project

  • git clone the reposetory / download the project to your computer
  • Open the terminal/cmd
  • Open to the project folder :
    • Run the server :
      • java -jar Ex4_Server_v0.0.jar "#case [0-15]"
    • Open another terminal / cmd window (in the project file) and run the jar file :
      • java -jar OOP_EX4.jar

** There is also a release version , you can download it and run ir , have fun . :)

screen recording from the game

https://www.youtube.com/watch?v=wbrXiOPNju4

For more info about this project , please check our wiki !

About

Pokemon Game in java with Directed Weighted Graphs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages