Skip to content

Website with the map for help with the game Pokemon GO

Notifications You must be signed in to change notification settings

Sharipat/pokemon_map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Map

screenshot

Subject area

Website for help with the game Pokemon GO. This is a game about catching Pokemon.

The essence of the game is that Pokemon periodically appear on the map for a certain period of time. Each player can catch a Pokemon and add to their personal collection.

There can be several individuals of the same Pokemon on the map at once: for example, 3 Bulbasaur. Each individual can be caught by several players at once. If a player catches an individual Pokémon, it disappears for him, but remains for others.

The game has an evolution mechanic. Pokémon of one species can "evolve" into another. So, for example, Bulbasaur turns into Ivysaur, which turns into Venusaur.

bulba evolution

How to start

To run the site you will need Python version 3.

Download the code from GitHub. Then install dependencies

pip install -r requirements.txt

Start the development server

python3 manage.py runserver

Environment Variables

Some of the project settings are taken from environment variables. To define them, create a .env file next to manage.py and write the data there in the following format: VARIABLE=value.

There are 2 variables available:

  • DEBUG - debug mode. Set to True to see debugging information in case of an error.
  • SECRET_KEY — secret key of the project

Project goals

The code is written for educational purposes - this is a lesson in the course on Python and web development on the site Devman.

About

Website with the map for help with the game Pokemon GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.1%
  • HTML 17.9%