This is the popular snake game. Created on golang using ebiten engine. The motive was to understand Ebiten engine that is written on golang. (PR: hajimehoshi/ebiten#1276)
Mac.
There is a plan to host it as web application on a server.
-
Take a clone of this repo
-
Run the file using
./Snake
Or -
Install dependencies using
go get ...
-
Run the file using
go run main.go
- Game audio
- Collision detection
- 5 Levels of difficulty
- Score
- Sprites