snake-game-opengl
snake-game-opengl copied to clipboard
:snake: Snake game in OpenGL using GLFW
trafficstars
Snake Game Download
https://youtu.be/-5x51jU4bFw
Build
- Build target
external_all - Reload CMake
- 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!