Skip to content

v4.4.1 ๐ŸŽฎ Improved Controls and Restart Feature ๐Ÿ”„

Latest

Choose a tag to compare

@XPLassal XPLassal released this 05 Jan 13:58

This update introduces new controls and improves the gameplay experience for the Snake game!

โœจ Key New Features:

  1. Arrow Key Controls

    • Added support for arrow keys to control the snake, in addition to the existing WASD keys.
  2. Game Restart After Losing

    • The game now automatically restarts after losing, allowing for seamless replay without needing to restart the application manually.

Enjoy the improved gameplay experience!


๐Ÿ“ฆ Installation

Arch Linux (AUR):

paru -S simple-go-snake

Manual:

git clone https://github.com/XPLassal/simple-go-snake.git
cd simple-go-snake
go build -ldflags "-s -w" -o simple-go-snake .