Snake Game Download
- Build target
external_all
- Reload CMake
- Build target
snake_game_opengl
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).
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!