Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eruditechi Abstract Class #16

Open
vgerber614 opened this issue Mar 27, 2021 · 0 comments
Open

Eruditechi Abstract Class #16

vgerber614 opened this issue Mar 27, 2021 · 0 comments
Assignees
Milestone

Comments

@vgerber614
Copy link
Contributor

vgerber614 commented Mar 27, 2021

Constants (static variables):
evolveLvls = [5, 16]

Attributes:

  • specieName
  • nickname
  • lvl
  • xp
  • xpMax
  • currEvo
  • evoStages
  • Image (based on evolution)

Methods:

  • getters
  • setters (xp, lvl, xpMax, currEvo, image)
  • gainxp (set xp and if reach max, lvlup)
  • lvlup (set lvl and if reach evo level, evolve)
  • evolve (change curr evo and image)
@vgerber614 vgerber614 added this to the Milestone 2 milestone Mar 27, 2021
@vgerber614 vgerber614 changed the title Eruditechi Class Eruditechi Abstract Class Mar 27, 2021
@vgerber614 vgerber614 self-assigned this Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant