home · contact · privacy
7DRL: Add some more documentation.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 15 Mar 2015 22:25:35 +0000 (23:25 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 15 Mar 2015 22:25:35 +0000 (23:25 +0100)
README
roguelike-server

diff --git a/README b/README
index 8f88848d18fa2d6fa343abccce72d240af133c7b..18db5e22c21780480dfda59153d5cee624f0c9a8 100644 (file)
--- a/README
+++ b/README
@@ -4,8 +4,20 @@
 Description
 -----------
 
-See <http://www.plomlompom.de/PlomRogue/plomwiki.php?title=7DRL2015Day2>
-and <http://www.plomlompom.de/PlomRogue/plomwiki.php?title=7DRL2015Day3>.
+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:
+<http://www.plomlompom.de/PlomRogue/plomwiki.php?title=7DRL2015Day1>
+<http://www.plomlompom.de/PlomRogue/plomwiki.php?title=7DRL2015Day2>
+<http://www.plomlompom.de/PlomRogue/plomwiki.php?title=7DRL2015Day3>
+<http://www.plomlompom.de/PlomRogue/plomwiki.php?title=7DRL2015Day4>
+<http://www.plomlompom.de/PlomRogue/plomwiki.php?title=7DRL2015Day5>
+<http://www.plomlompom.de/PlomRogue/plomwiki.php?title=7DRL2015Day6>
+<http://www.plomlompom.de/PlomRogue/plomwiki.php?title=7DRL2015Day7>
+
 
 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
index 80edd27f3249b071c2e9ff65bb265783cec89463..21e1c8abc41e7012a23125b43667262a89022572 100755 (executable)
@@ -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.")