From a74ff6383ceb748d717154848a8f8a557220c234 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 15 Mar 2015 23:25:35 +0100 Subject: [PATCH] 7DRL: Add some more documentation. --- README | 19 +++++++++++++++++-- roguelike-server | 1 + 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README b/README index 8f88848..18db5e2 100644 --- a/README +++ b/README @@ -4,8 +4,20 @@ Description ----------- -See -and . +You're stranded on an island. +To leave, you must please the God that rules it. +This God sees the island's animals and plants as its children. +So mere hacking and slashing through the wildlife won't do … + +See also: + + + + + + + + System requirements / installation / running the game ----------------------------------------------------- @@ -65,6 +77,9 @@ PgDn - scroll downwards in "Things here" window Save files, replay game recording, starting over ------------------------------------------------ +Short version: To start over, quit ./roguelike, delete the files "save" (it's +also a good idea to delete the file "record_save"), and re-start ./roguelike. + By default, the game state is saved in the file ./save, and read from there on (server) restart. Another file name to use can be given with the -l option (i.e. start the game with "./roguelike -l alternate_savefile"). To start over in a new diff --git a/roguelike-server b/roguelike-server index 80edd27..21e1c8a 100755 --- a/roguelike-server +++ b/roguelike-server @@ -688,6 +688,7 @@ def log_help(): log("Use 'l' to toggle 'look' mode (move an exploration cursor instead of " + "the player over the map).") log("Use 'PgUp'/PgDn' to scroll the 'Things here' window.") + log("The stats window: T=TURN, H=HEALTH, S=SATIATION, G=GOD'S FAVOR.") log("See README file for more details.") -- 2.30.2