aboutsummaryrefslogtreecommitdiff
path: root/games/Craft-libretro/README
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2016-08-01 12:11:05 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:41 +0100
commit61b641e43bcd4c283ede42588426185c6ca055e3 (patch)
tree6e967e424a68a78fe8d2a597d55800570e1480bb /games/Craft-libretro/README
parent857fe00c7177aabaae776444d34b2daa43d313f2 (diff)
games/Craft-libretro: Added (simple Minecraft clone).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/Craft-libretro/README')
-rw-r--r--games/Craft-libretro/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/Craft-libretro/README b/games/Craft-libretro/README
new file mode 100644
index 0000000000000..8154bd287aeb9
--- /dev/null
+++ b/games/Craft-libretro/README
@@ -0,0 +1,12 @@
+Minecraft clone ported to the Libretro API. Just a few thousand lines
+of C using modern OpenGL (shades).
+
+Craft can be started from the RetroArch menu or from the command line with:
+ retroarch -L /usr/lib${LIBDIRSUFFIX}/libretro/craft_libretro.so
+
+If your gamepad is experiencing issues with uncontrolable spinning or
+automatic movement try raising the 'Analog deadzone size' value in the
+craft game options.
+
+To build the debugging symbols use:
+ DEBUG=1 ./Craft-libretro.SlackBuild