Skip to content

Commit 5c5b786

Browse files
author
arteniioleg
committed
readme: added build instructions
1 parent c88ef72 commit 5c5b786

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
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!

0 commit comments

Comments
 (0)