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 9951e43..95b97b6 100644 --- a/README.md +++ b/README.md
@@ -29,6 +29,21 @@ Here is a picture of the cool rock I found:
29 29
30## Development log 30## Development log
31 31
32### 2023-06-01
33
34- Changed name to *apple*
35- Added a makefile for compilation
36
37- I made the snake smart!
38 - now it follows the appple around the screen trying to eat it
39 - figuring out collision logic and making sure the snake didn't eat itself and all was .. whoo boy, it was wild
40 - but in the end it works well enough!
41- Added game win/lose conditions
42- Added fruit
43 - will make that work tomorrow
44 - hacky AS HECK! here be dragons yall
45 - collision detection is full of special cases, and I don't like how it works
46
32### 2023-05-31 47### 2023-05-31
33 48
34- Added color using the (yolk attrs) library 49- Added color using the (yolk attrs) library