Skip to content

rainyyyan/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages