This update introduces new controls and improves the gameplay experience for the Snake game!
โจ Key New Features:
-
Arrow Key Controls
- Added support for arrow keys to control the snake, in addition to the existing WASD keys.
-
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-snakeManual:
git clone https://github.com/XPLassal/simple-go-snake.git
cd simple-go-snake
go build -ldflags "-s -w" -o simple-go-snake .