v1.0.2
Optimise & Bugfix
- Only check the head for collisions to:
- reduce CPU usage further (already really small)
- avoid collisions with the tail if 2+ apples are eaten at once (TODO fix apple spawn generation)
How to run:
- Download the file
- Go to the download directory:
cd ~/Downloads
- Make it executable:
chmod +x ./Snake
- Run it:
./Snake