From 88620c3c816c47b32a90758f40efe5d02c50bbfa Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Mon, 16 Mar 2015 14:28:38 +0100 Subject: [PATCH] documented controls --- building | 16 ---------------- running | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 16 deletions(-) create mode 100644 running diff --git a/building b/building index e10bb28..4163862 100644 --- 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 - terminate after frames - -blank -t - terminate after milliseconds - -blank -t - terminate after n frames, assume milliseconds pass each frame diff --git a/running b/running new file mode 100644 index 0000000..23afe94 --- /dev/null +++ b/running @@ -0,0 +1,32 @@ +Arguments +========= + +blank + normal execution + +blank + terminate after frames + +blank -t + terminate after milliseconds + +blank -t + terminate after n frames, assume 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. -- 2.39.2