about summary refs log tree commit diff stats
path: root/apple.scm
Commit message (Collapse)AuthorAge
* Made the snake smart and added collision detectionCase Duckworth2023-06-01
| | | | | | | | | | | | - 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
* Change name to apple and add makefileCase Duckworth2023-06-01