Skip to content

HowToRun

Barak Sharabi edited this page Jan 10, 2022 · 1 revision

How to run

# Clone the repository
$ git clone https://github.com/ElhaiAgassi/catch-Pokemons.git
# Go into the repository
$ cd catch-Pokemons/Pokemon_Game
# Open the terminal on Windows
$ Run "py ./Main_Pokemon.py <number graph> [0-15]"
# Open the terminal on Linux
$ Run "python3 ./Main_Pokemon.py 0"
  • example for graph number 0
$ Run "py ./Main_Pokemon.py 0"

PyCharm


alt

Clone this wiki locally