KenPowerClassroom / arcadegame2021_22-arcade2021b

arcadegame2021_22-arcade2021b created by GitHub Classroom
0 stars 0 forks source link

As a user I want to see my lives on screen so I can know how close I am to losing #3

Open KevinDaly1 opened 2 years ago

KevinDaly1 commented 2 years ago

Acceptance Criteria

Implementation Tasks

  classDiagram
      Lives-->Collision : decreaseLives
      Game-->Lives : update
      Collision-->Player : respawn

Reflection

I was kind of rushing to implement lives as I was mainly doing pair programming with Joseph, trying to get the asteroids to work. If I hadn't spent so long on that I would have probably made a proper class for lives

kenpower commented 2 years ago

what does it look like, a number, 3 icons? where, I will put them in the middle of screen How many lives do I start with? Hit by what? What happens when I loose a life, I respawn exactly where I died? What does game end look like - (lazy prgrammer will exit game)

kenpower commented 2 years ago

Good story... but missing: