A simple terminal-based snake game built with go and termbox library.
Make sure Go is installed on your local machine to build this game.
- clone the repository
- run
go build
to get external dependencies and build the game - run the executable (./snake_game or .\snake_game.exe)