Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 227 Bytes

File metadata and controls

11 lines (8 loc) · 227 Bytes

Snake

Snake game written in C++ and OpenGL

Building

  • Clone the repo and cd into the repository
  • chmod +x build.sh
  • ./build.sh

The compiled game will be in the newly created build folder.

Execute by running ./Snake