Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
/ GLKeeper Public archive

Commit ea14f9a

Browse files
committed
Merge branch 'master' into develop
2 parents eaca1eb + 0c08dd0 commit ea14f9a

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.c linguist-detectable=false
2+
*.h linguist-detectable=false
3+
*.m linguist-detectable=false

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# GrimLandsKeeper
22
Open Source Dungeon Keeper 2 Reimplementation
3+
4+
### Status
5+
It is barely started
6+
7+
### Tools and technologies used
8+
* C++11
9+
* OpenGL 3.2
10+
* Box2D
11+
* cJSON
12+
* Dear ImGui
13+
* STBI
14+
* GLM math library
15+
* GLFW
16+
* GLEW
17+
18+
### Screenshots
19+
20+
![Alt text](/screenshots/0_0_1.png?raw=true "Screenshot")
21+
22+
![Alt text](/screenshots/0_0_2.png?raw=true "Screenshot")

0 commit comments

Comments
 (0)