A classic Snake game written in Golang.
- Arrow key controls (← ↑ → ↓).
- Score tracking.
- Collision detection (self).
- Simple UI.
# Clone and run
git clone https://github.com/harshyadavone/snake_game_golang
cd snake_game_golang
go run main.go
- Download
snake-game.exe
from Releases - Double-click or run in terminal:
./snake-game.exe