Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 442 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 442 Bytes

Snake Game

Packages used

  • go-gl: opengl but for go
    • go-gl/gl: creates program
    • go-gl/glfw: creates window and displays

Basic features

  • Game starts when user presses "enter"
  • Snake grows one unit when it consumes food
  • Game ends when snake head goes out of bounds
  • Basic graphics in black and white squares

Unimplemented features

  • Game ends when snake head hits itself
  • Start & end screen
  • Score & display