X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client_prototype.py;h=9458cffef76a744bc69822ea186d5f9bcced5694;hb=a45e6ee435f666be3ccf13264d4e0c9ab9e1e6e0;hp=e2e4ad29ba85da832e4197503a221ea78b375b7c;hpb=e5bba730e37d9ededd7c4a50458b671b0e6d3955;p=plomrogue diff --git a/client_prototype.py b/client_prototype.py index e2e4ad2..9458cff 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -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": "",