Releases: CactiChameleon9/Emoji-Snake
Releases · CactiChameleon9/Emoji-Snake
v1.0.3
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
v1.0.1
Bugfix
- Fixes custom sizing not working
How to run:
- Download the file
- Go to the download directory:
cd ~/Downloads
- Make it executable:
chmod +x ./Snake
- Run it:
./Snake
Release v1.0.0
First public release!
How to run:
- Download the file
- Go to the download directory:
cd ~/Downloads
- Make it executable:
chmod +x ./Snake
- Run it:
./Snake