Go snake is a simple terminal based program that allows users to play Snake game directly from the terminal.
The program is meant as a learning project and a reference for future work with cli programs in golang.
Tested only on unix based systems (could cause problems with standard inputs on windows)
- Golang compiler (https://go.dev/dl/)
When in root directory run
go run .
go build -o snake