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 :)