# KubKraft
### By gnidmoo
- KubKraft is a Minecraft-like game.
![](screenshot.png?raw=true)
## Keys
- Movement: WASD
- Inventory: E
- Jump: Space
- Jetpack: X
- Exit: Escape
## How to compile
- Dependencies:
- [CMake](http://www.cmake.org/download/)
- [SDL2](https://www.libsdl.org/download-2.0.php), [SDL2_image](https://www.libsdl.org/projects/SDL_image/), [SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/)
- OpenGL >= 2.1, [glm](http://sourceforge.net/projects/ogl-math/files/latest/download?source=files)
- [glew](http://sourceforge.net/projects/glew/files/latest/download) *(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!
## Previous version
- Here is the [commit](https://github.com/Quent42340/KubKraft/tree/8eba845421efff6ce941f8550ff79e6364970fd5) matching the end of the first version made in 2013.
- And here is the [commit](https://github.com/Quent42340/KubKraft/tree/58c23a7e66404dab94e51998a179dc370c89ea06) matching the end of the rewrite made in 2014.