X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=README;h=8f88848d18fa2d6fa343abccce72d240af133c7b;hb=c9236f6eeef3a5cbb4a4cdd7dc04115753fd17cc;hp=b31abfed1dedf40a220b47af2aa4b815269ffb93;hpb=4929d981b03789f914a184f0aabe09bab8263473;p=plomrogue diff --git a/README b/README index b31abfe..8f88848 100644 --- a/README +++ b/README @@ -56,8 +56,11 @@ p - pick up item D - drop item selected in inventory u - use item selected in inventory -UP - navigate upwards in Inventory -DOWN - navigate downwards in inventory +Up - navigate upwards in inventory +Down - navigate downwards in inventory + +PgUp - scroll upwards in "Things here" window +PgDn - scroll downwards in "Things here" window Save files, replay game recording, starting over ------------------------------------------------ @@ -97,3 +100,5 @@ by the server for newline-delimited commands. The ./server/out file contains server messages to be read by clients. The ./server/worldstate file contains a serialized representation of the game world's data as it is to be visible to the player / the player's client. + +See ./README_engine for more stuff.