Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 866 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 866 Bytes

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!