Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Made the snake smart and added collision detection | Case Duckworth | 2023-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 makefile | Case Duckworth | 2023-06-01 |