1.2 KiB
Executable File
1.2 KiB
Executable File
KubKraft
By gnidmoo
- KubKraft is a Minecraft-like game.
Keys
- Movement: WASD
- Inventory: E
- Jump: Space
- Jetpack: X
- Exit: Escape
How to compile
- Dependencies:
- CMake
- SDL2, SDL2_image, SDL2_mixer
- OpenGL >= 2.1, glm
- glew (only required for Windows)
- Linux users: Check your distribution repositories for packages.
- Run
cmake .
at the root of the game folder - Run
make
, wait, run the game and enjoy!