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

Create an Enemy Object #3

Closed
4 tasks
MikeGShelby opened this issue Nov 29, 2020 · 0 comments
Closed
4 tasks

Create an Enemy Object #3

MikeGShelby opened this issue Nov 29, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MikeGShelby
Copy link
Owner

MikeGShelby commented Nov 29, 2020

  • Object will store methods and properties related to the enemy that our player must battle

  • Enemy object will include the following properties

  • name

  • weapon

  • health

  • strength

  • agility

  • potion

  • Enemy object will include the following methods

  • getDescription()

  • getHealth()

  • getAttackValue()

  • isAlive()

  • reduceHealth()

  • Write appropriate tests for the Enemy() constructor and methods

@MikeGShelby MikeGShelby added the enhancement New feature or request label Nov 29, 2020
@MikeGShelby MikeGShelby self-assigned this Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant