davidhh0 / OOP---ex2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enter image description here

The project is a game based on graph theory and implentation of it's algorithms. The main purpose of the game is getting the highest score by catching as most as possible pokemons considering the value of each one.

How To Play ?

  • Clone the repository to your computer using Git command: git clone https://github.com/davidhh0/OOP---ex2.git
  • Make sure you have java installed on your computer (The project was made on java SDK 15)
  • 2 options for starting the game:
    1. Double click on the jar file and the following screen will pop up: LOG IN

      The system will wait until the user enters his ID and a scenario number for the game.

    2. Using CMD/Terminal in the repository directory with the following command: java -jar OOP---ex2.jar <id> <scenario>

      • id - The identification number for the logging system of the university.
      • scenario - Number of game scenario for the particular following game [0;23].

About


Languages

Language:Java 100.0%