Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 275 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 275 Bytes

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.