Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update license to god willing license main | Case Duckworth | 2023-06-13 |
| | |||
* | Polish exiting and add intro screen | Case Duckworth | 2023-06-04 |
| | |||
* | Snake eats fruit | Case Duckworth | 2023-06-02 |
| | | | | | The snake eats fruit and grows now! Though it's still pretty hit or miss as far as avoiding itself goes. I need to continue playing around with it I think. | ||
* | 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 |