From bba87d2d253200d177daae44a5df969a0149dca2 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 1 Jun 2023 23:24:36 -0500 Subject: Made the snake smart and added collision detection - I made the snake smart! - now it follows the appple around the screen trying to eat it - figuring out collision logic and making sure the snake didn't eat itself and all was .. whoo boy, it was wild - but in the end it works well enough! - Added game win/lose conditions - Added fruit - will make that work tomorrow - hacky AS HECK! here be dragons yall - collision detection is full of special cases, and I don't like how it works --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') 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: ## Development log +### 2023-06-01 + +- Changed name to *apple* +- Added a makefile for compilation + +- I made the snake smart! + - now it follows the appple around the screen trying to eat it + - figuring out collision logic and making sure the snake didn't eat itself and all was .. whoo boy, it was wild + - but in the end it works well enough! +- Added game win/lose conditions +- Added fruit + - will make that work tomorrow + - hacky AS HECK! here be dragons yall + - collision detection is full of special cases, and I don't like how it works + ### 2023-05-31 - Added color using the (yolk attrs) library -- cgit 1.4.1-21-gabe81