home · contact · privacy
New client: Add quick help text to log start.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 16 Dec 2015 01:02:58 +0000 (02:02 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 16 Dec 2015 01:02:58 +0000 (02:02 +0100)
client_prototype.py

index e2e4ad29ba85da832e4197503a221ea78b375b7c..9458cffef76a744bc69822ea186d5f9bcced5694 100644 (file)
@@ -565,7 +565,21 @@ world_data = {
     "look": [],
     "look_mode": False,
     "look_scroll": 0,
-    "log": [],
+    "log": [
+"QUICK COMMAND OVERVIEW: "
+"Move through map with 'w', 'e', 's', 'd', 'x', 'c'. "
+"Pick up things with 'P', drop a thing selected from the inventory with 'D' "
+"or use it with 'P'. "
+"Move through inventory selection with 'j' and 'k'. "
+"Toggle looking around mode with 'l'. "
+"Scroll 'Things here' window with 'J' and 'K'. "
+"Let AI decide next move with 'A'. "
+"Quit with 'Q'. ",
+"STATS OVERVIEW: "
+"'T': Turn; 'H': Health (the higher, the better); "
+"'S': Satiation (the closer to zero, the better).",
+"See README file for more help."
+],
     "map_center": [-1, -1],
     "map_size": 0,
     "mem_map": "",