2019-01-31 20:00:45 +01:00
2018-12-29 02:23:23 +01:00
2019-01-04 20:26:06 +01:00
2019-01-26 20:46:38 +01:00
2019-01-04 20:26:06 +01:00
2019-01-20 15:07:45 +01:00
2018-12-26 21:29:52 +01:00
2018-12-15 04:57:26 +01:00
2019-01-20 15:07:45 +01:00
2019-01-31 20:00:45 +01:00
2019-01-31 20:00:45 +01:00
2019-01-31 20:00:45 +01:00
2019-01-31 20:00:45 +01:00

OpenMiner

Build Status Documentation License Discord

  • OpenMiner is a Minecraft-like game engine.

Screenshots

Keys

  • Movement: WASD
  • Inventory: E
  • Jump: Space
  • Sprint: Ctrl
  • 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 cmake . && make -j8
  • Run the server with ./server/openminer_server
  • Run the client with ./client/openminer

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]
  • xMrVizzy (Faithful 32x texture pack, will completely replace Vanilla textures)
Description
No description provided
Readme 32 MiB
Languages
C++ 90.8%
Lua 6.9%
CMake 1%
GLSL 0.9%
Shell 0.4%