Add assessment

This commit is contained in:
Chris Proctor 2024-05-20 16:38:23 -04:00
parent 374952d65a
commit 33c496ac46
1 changed files with 13 additions and 0 deletions

13
assessment.md Normal file
View File

@ -0,0 +1,13 @@
# Game Project Assessment
Cory,
This is awesome! Nice work! I'm not quite sure why the game is flickering (do you see the
same thing?); it could be the fault of the retro framework or it comd be something you're doing.
Either way, what's important is that you implemented a really algorithmically-interesting
project. I love seeing the safe area flood out to the edges. The `check_neighbors` methods
must have taken some work to get right. Other concepts, like the Cursor, are great opporutnities
to think deeply about behavior we take for granted in UIs all the time. I'm impressed!
Chris