Skip to content

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

Notifications You must be signed in to change notification settings

alpsilva/OOPokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages