Skip to content

aana-h2/snake-game-opengl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game Download

https://youtu.be/-5x51jU4bFw

Build

  1. Build target external_all
  2. Reload CMake
  3. Build target snake_game_opengl

Run IDE in docker

This project has a docker image with required C++ and GUI libraries installed, so you can run IDE in a docker container and keep your system clean of dev libs.

env DOCKER_IMAGE='01e9/ide-in-docker:cpp-gpu' X11DOCKER_OPTS='--gpu' ~/.../ide-in-docker ~/.../your-ide

Tested with CLion IDE (if it crashes on project open - disable the Markdown plugin).

Thanks

Huge thanks to LearnOpenGL!!!

I was dreaming of being able to write 3D apps since I was in high-school and this is my first 3D game!

About

🐍 Snake game in OpenGL using GLFW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.1%
  • C++ 7.3%
  • CMake 0.6%