Skip to content

2.0.0

Compare
Choose a tag to compare
@seasonedfish seasonedfish released this 20 May 22:08
· 19 commits to develop since this release
  • Switched to explicit model-view-controller organization
    • model.py contains classes that store the Pokemon data
    • view.py renamed from displaying.py
    • Removed parsing.py
    • Allows easier library usage
    • Should also make it easier to fit different datasets in the future
  • Switched to PokemonType enum to represent Pokemon types
    • TypeDefenses is a dictionary of PokemonTypeto float