Add assessment

This commit is contained in:
Chris Proctor 2024-05-20 16:57:20 -04:00
parent c3b2775a80
commit 9e3f92e723
1 changed files with 13 additions and 0 deletions

13
assessment.md Normal file
View File

@ -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