/GoSnake

A simple snake game written in golang using sdl2

Primary LanguageGo

Go, Snake!

A simple snake game written in golang using sdl2

To Build

1. Follow the SDL2 guide to install

https://github.com/veandco/go-sdl2

2. Build

Run

go build

to build a binary. Ensure that the assets folder is on the same level/same directory as the binary!