KenPowerClassroom / arcadegame2021_22-arcade2021b

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

As a user I want to shoot asteroids to clear the screen #1

Open BenjaminPricee opened 2 years ago

BenjaminPricee commented 2 years ago

Acceptance Criteria

Implementation Tasks

classDiagram
      Bullet --> PlayerController
      Asteroid --|> Bullet

Reflection

I would have liked to finish this class. The bullet interactions are currently non-existant. The spawn and travel works as planned.

kenpower commented 2 years ago

which button?

how fast does the bullet move?

what does it look like

I get one bullet in the magazine right (better make it count)

what does it look lie to destroy an asteroid? Maybe it just dissapears? I think it should turn into a million smaller pieces

what happens to the bullet, bounces off the asteroid?

kenpower commented 2 years ago

Good story... but missing:

Tests UML diagrams SOLD description reflection