# OpenMiner
[![Documentation](https://codedocs.xyz/Quent42340/OpenMiner.svg)](https://codedocs.xyz/Quent42340/OpenMiner/)
[![License](https://img.shields.io/badge/license-LGPLv2.1%2B-blue.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html)
### By Unarelith
- OpenMiner is a Minecraft-like game engine.
![](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/)
- [GameKit](http://github.com/Quent42340/GameKit)
- [Lua](http://www.lua.org)
- _Linux users: Check your distribution repositories for packages._
- Run `mkdir build && cd build` at the root of the game folder
- Run `cmake .. && make`, wait (or use `-j8`), run the game and enjoy!
## Discussion
- IRC: irc.freenode.net `#openminer`
- Discord: [join server](https://discord.gg/eN8k8wt)
## Previous versions
- 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.