Skip to content

ofekrotem/Python-Pokemon-Game-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon game

Logo

This Pokemon game is run by a server. The client is us, we send and recieves messages to and from the server including json strings. From these requests we recieve the graph(the map we are working on), our agents , and the pokemons currently in the game.

Authors

  • Ofek Rotem
  • Yonatan Tal

Running the project

Requirments:

  • Python
    If you dont have click python icon:
    Python Download

  • pygame:
    If you dont have:

    pip install pygame

How to run project:

  1. First download this project from this GitHub repository either from
    this link or from Code->Download ZIP ).
  2. Extract project to a folder.
  3. Decide what level you would like to play (0 - 15). If no level is given the game will start on level 11 by default.
  4. open cmd/terminal from this folder and type:
  • windows:
  python Ex4.py <level>
  • mac/linux:
  python3 Ex4.py <level>
  1. Sit back and enjoy the game :)

Wiki

For more information about class and algorithms implementation please see Wiki.

Credits

Background music - https://www.youtube.com/watch?v=iqvmCgNrcpw&t=96s
Music played on close in the middle of the game - Moshiko Hen
Music played on close when game is over - Alon Litai

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages