From f9848b80bc0ea549e08be46beab5d29d2de0fd94 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 20 May 2024 17:09:11 -0400 Subject: [PATCH] Add assessment --- assessment.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 assessment.md diff --git a/assessment.md b/assessment.md new file mode 100644 index 0000000..87dc0eb --- /dev/null +++ b/assessment.md @@ -0,0 +1,14 @@ +# Game Project Assessment + +Danielle, + +What a lovely little game! I've never seen a game like it, and the mechanic of pre-planning +the plane's route works so well. If I were going to suggest areas to work on, the +`PlaneAgent`'s methods seem a bit heavy and repetitive--could you abstract out common +behavior for all the different cases? + +This is really nice--with some more polishing, I think you'd have an addictive little Terminal +game :) + +-Chris +