You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2D Top-down shooter game (and level editor) written in modern C++.
6
7
7
-
# Build
8
-
**To build this project CMake version 3.5 is required!**
8
+
## Build
9
+
10
+
Looper is CMake based project working both on Linux (Ubuntu) and Windows. To build it, you will need at least C++17 compiler and CMake version 3.18. </br>
9
11
10
-
**Windows:**
11
-
- create build folder
12
-
- inside build folder run cmake command, i.e.
13
-
> cmake -G "Visual Studio 15 2017 Win64" ..
14
-
- this command will generate Visual Studio solution file for x64 arch
0 commit comments