KenPowerClassroom / arcadegame2021_22-arcade2021b

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

As a player, I want to be able to see my score, so I know my progress #4

Open JosephOkeeffe opened 2 years ago

JosephOkeeffe commented 2 years ago

Acceptance Criteria

Implementation Tasks

 classDiagram

Game --> Enemies :update
Enemies --> Score :die
Score --> text

We used the single responsibility principle, because score only displays the score on the screen and nothing else and the Dependency inversion principle is used so we don't tie the classes together and get linker errors

Reflection

Sadly I didn't get to implement this but if I was to, I would do a good job on it. It was a very easy task to do, but I just forgot all about these stories and the board. I was too focused trying to fix errors on the game

kenpower commented 2 years ago

what does it look like show a picture? how does it increase? "reset score on death" is this game over, or something else