From 33c496ac4662e012c613bfd9858e57d67d549d6a Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 20 May 2024 16:38:23 -0400 Subject: [PATCH] Add assessment --- assessment.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 assessment.md diff --git a/assessment.md b/assessment.md new file mode 100644 index 0000000..a093c60 --- /dev/null +++ b/assessment.md @@ -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 +