Sent feedback on proposal

This commit is contained in:
Chris Proctor 2024-12-02 17:58:13 -05:00
parent 8d3fb74355
commit 3fdb2f5816
1 changed files with 8 additions and 0 deletions

View File

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