Add assessment

This commit is contained in:
Chris Proctor 2024-05-20 16:49:33 -04:00
parent 57da2c18e8
commit 461083b646
1 changed files with 15 additions and 0 deletions

15
assessment.md Normal file
View File

@ -0,0 +1,15 @@
# Game Project Assessment
Tom,
Fantastic! I love the way the laser flies; I can easily imagine the next steps here
to get the space invaders to shuffle back and forth and gradually descend. One thing
I found less fluid was the need to push left-left-left to move the ship back and forth.
Retro doesn't support checking whether a key remains pushed down, but you could consider
implementing a sort of velocity, where the left and right arrows accelerate the ship
horizontally, and it keeps drifting left or right until it's stopped.
Nice work! This is definitely enough to get credit for the course; I'm happy to support
you if you decide to go forward with a "remastered director's cut"
Chris