This is an implementation of the classic game Snake in Go. I've used ebitengine and their example as a launching point, and as a way to get it off the ground.
TODO:
- Add sprite for apple for now, and will work on snake.
- Use background image.
- Implement Lives system.