From 9e3f92e723c622ce18f1700bb5590cfea35de3db Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 20 May 2024 16:57:20 -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..ed3b7f2 --- /dev/null +++ b/assessment.md @@ -0,0 +1,13 @@ +# Game Project Assessment + +Pat, + +This is wonderful! The UI is really smooth (given the constraints!), +and the game is quite complex. I'm curious about whether you found the +framework intuitive and helpful for your thinking. + +The bug you mention in your commit message, of needing to check collisions +from both sides, is very common in games like this. I found a funny bug: The +game crashes if you manage to get shot with your own bullet. + +Chris