Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 870 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 870 Bytes

OOPokemon

This is a recreation of pokemon games mechanics in the context of Object Oriented Programming. Made in Python.

What do I need to run this?

Not included in this repository for security reasons, you need:

  • A .env file containing:
BD_URL: the firebase url of the real time db needed to store objects.
  • A "serviceAccountKey.json" file, containing the credentials of the serive account in firebase. More information on how to generate it here.

How do I run this?

TODO

TO-DO list

  • Create pokemon class.
  • Create move class.
  • Implement stats.
  • Implement a battle system.
  • Implement a simple interface for the battles.
  • Implement a simple interface to create pokemons and moves.
  • Implement a simple cloud based DB in firebase to store created objects permanently.