OpenMiner/README.md

44 lines
1.8 KiB
Markdown
Raw Normal View History

2018-12-20 00:00:01 +01:00
# OpenMiner
2019-01-04 20:26:06 +01:00
[![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)
2018-12-20 00:00:01 +01:00
### By Unarelith
2018-12-28 23:02:56 +01:00
- OpenMiner is a Minecraft-like game engine.
2018-06-20 08:02:00 +02:00
![](screenshot.png?raw=true)
## Keys
2018-06-12 23:28:06 +02:00
- Movement: <kbd>W</kbd><kbd>A</kbd><kbd>S</kbd><kbd>D</kbd>
- Inventory: <kbd>E</kbd>
2018-06-24 22:32:20 +02:00
- Jump: <kbd>Space</kbd>
- Jetpack: <kbd>X</kbd>
- Exit: <kbd>Escape</kbd>
## 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) or [glad](https://github.com/Dav1dde/glad) *(only required for Windows)*
2018-07-06 15:27:14 +01:00
- [tinyxml2](http://leethomason.github.io/tinyxml2/)
2018-12-29 02:23:23 +01:00
- [Lua](http://www.lua.org)
- [GameKit](http://github.com/Quent42340/GameKit)
2018-06-12 23:28:06 +02:00
- _Linux users: Check your distribution repositories for packages._
2018-12-20 00:00:01 +01:00
- Run `mkdir build && cd build` at the root of the game folder
- Run `cmake .. && make`, wait (or use `-j8`), run the game and enjoy!
2018-12-26 17:57:46 +01:00
## Discussion
- IRC: irc.freenode.net `#openminer`
- Discord: [join server](https://discord.gg/eN8k8wt)
2018-12-20 00:00:01 +01:00
## Previous versions
2018-06-12 23:28:06 +02:00
- Here is the [commit](https://github.com/Quent42340/KubKraft/tree/8eba845421efff6ce941f8550ff79e6364970fd5) matching the end of the first version made in 2013.
2018-06-20 08:02:00 +02:00
- And here is the [commit](https://github.com/Quent42340/KubKraft/tree/58c23a7e66404dab94e51998a179dc370c89ea06) matching the end of the rewrite made in 2014.
2018-06-12 23:28:06 +02:00