]> git.localhorst.tv Git - blank.git/commitdiff
documented controls
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 16 Mar 2015 13:28:38 +0000 (14:28 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 16 Mar 2015 13:28:38 +0000 (14:28 +0100)
building
running [new file with mode: 0644]

index e10bb282a4edba8644d10e703c8e2b3712a95f8f..41638628526aa965d2bce7fce02d5b3333f0b9c2 100644 (file)
--- a/building
+++ b/building
@@ -46,19 +46,3 @@ CPPFLAGS, CXXFLAGS, LDXXFLAGS:
 
 DEBUG_FLAGS, PROFILE_FLAGS, RELEASE_FLAGS:
        flags for building binaries in debug, profile, and release mode
-
-
-Running
-=======
-
-blank
-       normal execution
-
-blank <n>
-       terminate after <n> frames
-
-blank -t <t>
-       terminate after <t> milliseconds
-
-blank <n> -t <t>
-       terminate after n frames, assume <t> milliseconds pass each frame
diff --git a/running b/running
new file mode 100644 (file)
index 0000000..23afe94
--- /dev/null
+++ b/running
@@ -0,0 +1,32 @@
+Arguments
+=========
+
+blank
+       normal execution
+
+blank <n>
+       terminate after <n> frames
+
+blank -t <t>
+       terminate after <t> milliseconds
+
+blank <n> -t <t>
+       terminate after n frames, assume <t> milliseconds pass each frame
+
+
+Controls
+========
+
+Move around with WSAD, shift, and space, look around with mouse motion.
+Mouse button 1 deletes the block you're pointing at, button 2 selects it
+as the active block, and button 3 places the active block next to the one
+you're pointing at.
+
+As an alternative to picking, you can also use the mousewheel up/down to
+flip through available blocks.
+
+Q changes the face of the active block (loops over up, down, right, left,
+front, and back) and E changes the turn (none, left, around, and right).
+
+Pressing B prints details about the block you're pointing at and P prints
+info about the active block.