Skip to content

Releases: CactiChameleon9/Emoji-Snake

v1.0.3

04 Jun 11:20
Compare
Choose a tag to compare

Bugfix

  • Fix apple spawn generation to only spawn in empty space

How to run:

  1. Download the file
  2. Go to the download directory: cd ~/Downloads
  3. Make it executable: chmod +x ./Snake
  4. Run it: ./Snake

v1.0.2

04 Jun 10:23
Compare
Choose a tag to compare

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:

  1. Download the file
  2. Go to the download directory: cd ~/Downloads
  3. Make it executable: chmod +x ./Snake
  4. Run it: ./Snake

v1.0.1

04 Jun 07:21
Compare
Choose a tag to compare

Bugfix

  • Fixes custom sizing not working

How to run:

  1. Download the file
  2. Go to the download directory: cd ~/Downloads
  3. Make it executable: chmod +x ./Snake
  4. Run it: ./Snake

Release v1.0.0

03 Jun 12:57
b0e66fd
Compare
Choose a tag to compare

First public release!

How to run:

  1. Download the file
  2. Go to the download directory: cd ~/Downloads
  3. Make it executable: chmod +x ./Snake
  4. Run it: ./Snake