KenPowerClassroom / arcadegame2021_22-arcade2021b

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

As a user, I want to move around, to avoid the asteroids #2

Open YaroslavBoyko opened 2 years ago

YaroslavBoyko commented 2 years ago

Acceptance Criteria

Implementation Task

classDiagram
      Player --> PlayerController

Reflection

I was happy with this story as it is very independant of the project. The cde is both reusable and adaptable. The only downside is that I would like a seperate class for SFML interactions

kenpower commented 2 years ago

what happens when I reach edge of screen, stop right? How fast? 1 pixel per year? How fast to rotate 1000 revs/ second? What do I look like? a cloud of random pixels taking up the whole screen?

kenpower commented 2 years ago

Missing: