File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 1- # OpenGL Snake Game
1+ # Snake Game [ Download ] ( https://github.com/arteniioleg/snake-game-opengl/releases )
22
3- Huge thanks to [ LearnOpenGL ] ( https://github.com/JoeyDeVries/LearnOpenGL ) !!!
3+ ![ gif ] ( https://static.md/5e5b6d1fe1162905dc2a13710d74a420.gif )
44
5- I was dreaming of being able to write 3D apps [ since I was in high-school ] ( https://github.com/arteniioleg/pascal-games ) and here is my first 3D game!
5+ ### Build
66
7- ![ gif] ( https://static.md/5e5b6d1fe1162905dc2a13710d74a420.gif )
7+ 1 . Open IDE in docker by executing
8+
9+ ``` bash
10+ ./docker/ide.sh ~ /path/to/ide.sh
11+ ```
12+
13+ Check ` x11docker` output about video driver install.
14+
15+ 2. Build target ` external_all`
16+ 3. Reload CMake
17+ 4. Build target ` snake_game_opengl`
18+
19+ # #### P.S.
20+
21+ Huge thanks to [LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL)!!!
22+
23+ I was dreaming of being able to write 3D apps [since I was in high-school](https://github.com/arteniioleg/pascal-games) and this is my first 3D game!
You can’t perform that action at this time.
0 commit comments