From 3fdb2f5816230980a5c05101dd3028aa7d52d510 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 2 Dec 2024 17:58:13 -0500 Subject: [PATCH] Sent feedback on proposal --- Game Proposal => proposal.md | 8 ++++++++ 1 file changed, 8 insertions(+) rename Game Proposal => proposal.md (85%) diff --git a/Game Proposal b/proposal.md similarity index 85% rename from Game Proposal rename to proposal.md index 283d8a7..9b27642 100644 --- a/Game Proposal +++ b/proposal.md @@ -32,3 +32,11 @@ There are many parts of this lab I am not totally sure about. I expect that ther 4- Using a timer! I think the timer would be fun! But I have no idea how to create a countdown clock on the screen. I will keep exploring though! + +# Chris feeback +0. Generally, looks great! +1. We discussed creating a `Board` class with a `get_agents()` method, just like in + my [beast example](https://github.com/cproctor/retro/tree/main/retro/examples/beast). + Then you can scale up from static level designs to randomly-generated levels. +2. We discussed the user interface for arrow-key control. +3. We got the timer working :)