A snake game you can run in your terminal, made using Go
- --height - Height of the game canvas (default: 20)
- --width - Width of the game canvas (default: 20)
- --speed - Refresh rate in ms (default: 100)
go run cmd/main.go makeYou can use make to build and install the game to your bin folder.
You can then run the game using
snake