/OpenMiner

Scriptable Minecraft-like game engine written in C++14 using GameKit

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

OpenMiner

Documentation License

By Unarelith

  • OpenMiner is a Minecraft-like game engine.

Keys

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

How to compile

  • Dependencies:
    • CMake
    • GameKit
    • 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

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

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.