OpenMiner

Documentation License Discord

  • OpenMiner is a Minecraft-like game engine.

Keys

  • Movement: WASD
  • Inventory: E
  • Jump: Space
  • Jetpack: X
  • Exit: Escape

How to compile

  • Dependencies:
    • CMake
    • GameKit (requires SDL2 + tinyxml2, will switch to SFML starting from 2.6)
    • SFML (only used for network)
    • Lua
    • 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

  • Discord: join server
  • IRC: irc.freenode.net #openminer

Previous versions

  • Here is the commit matching the end of the first version made in 2013.
  • And here is the commit matching the end of the rewrite made in 2014.

Credits

  • MadPixel (Minecrafter font) [CC BY-ND]
Description
No description provided
Readme 32 MiB
Languages
C++ 90.8%
Lua 6.9%
CMake 1%
GLSL 0.9%
Shell 0.4%