The snake game with golang implementation
Inspired by the https://github.com/skatiyar/pacman. This is the snake game with golang implementation. It use the library Hajimehoshi for the render.
$ git clone https://github.com/NBR41/gosnake
$ cd gosnake/cmd/gosnake #goto build dir
$ go build
$ ./gosnakeSee https://github.com/hajimehoshi/ebiten#platforms for the requirements considering your OS.
- skatiyar for inspiration.
- Hajimehoshi for Ebiten 2D engine.