README 485 B

12345678910111213
  1. Minecraft clone ported to the Libretro API. Just a few thousand lines
  2. of C using modern OpenGL (shades).
  3. Craft can be started from the RetroArch menu or from the command line with:
  4. retroarch -L /usr/lib${LIBDIRSUFFIX}/libretro/craft_libretro.so
  5. If your gamepad is experiencing issues with uncontrolable spinning or
  6. automatic movement try raising the 'Analog deadzone size' value in the
  7. craft game options.
  8. To build the debugging symbols use:
  9. DEBUG=1 ./Craft-libretro.SlackBuild