about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md index 5efe495..a8d553a 100644 --- a/README.md +++ b/README.md
@@ -30,6 +30,21 @@ Here is a picture of the cool rock I found:
30 30
31## Development log 31## Development log
32 32
33### 2023-05-31
34
35- Added color using the (yolk attrs) library
36- Parameterize (me) and (snake) in main to make definition order unimportant
37- Change game loop and event handling to allow for independent snake movement
38 - This didn't require using threads!
39 - Also enabled hjkl for movement.
40 - The snake is very dumb right now --- it just goes in a circle.
41 - Also includes timing!
42 - And changing direction!
43- Randomly place snake and apple
44- Refactor functions to pass around the world less
45 - This means that things now hold a reference to the world they're in .. I think this makes sense
46- Add checking if things are around a given thing
47
33### 2023-05-30 48### 2023-05-30
34 49
35- Changed license to LATCRIFPL 50- Changed license to LATCRIFPL