Simple snake game written in Golang with Ebitengine (https://ebitengine.org)
Objective of this repository was to test the Ebitengine.
Remark: There is no unit tests in this project (It's a shame, I know :-( )
Just type in a terminal at the root of the project:
go build -v ./...
go run ./...
Use the arrows to move the snake and eat the apples.