Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.08 KB

OpenGL-Snake

This is a classic snake 🐍 game implemented with OpenGL, based on LearnOpenGL/Breakout.

Screenshots

Development Environment

  • Visual Studio 2010

Artworks Used in This Project

  • PressStart2P
  • The Essential Retro Video Game Sound Effects Collection
  • Shaanti
  • Snake Artworks (provided by this repo, public domain)

Libraries Used in This Project

Put the header files *.h in the OpenGLFinalProject/include/ folder, the library files *.lib in the OpenGLFinalProject/lib folder and keep the DLLs *.dll under the OpenGLFinalProject/ folder.

Keep the glad.c and stb_image.cpp under the OpenGLFinalProject/ folder as well.