From 71b47e848b6d47901693af4312f00b020641923c Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 28 May 2013 05:46:24 +0200
Subject: [PATCH] Updated README to reflect current game status.

---
 README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 219ba56..7880897 100644
--- a/README
+++ b/README
@@ -3,7 +3,9 @@ plomrogue
 
 plomlompom tries to build his own roguelike. Currently, it doesn't do
 much, apart from managing some example ncurses windows in a bizarre 
-fashion.
+fashion. You can move around a player and meet an enemy, but they don't
+really fight. A map gets generated randomly; it's seed can be saved and
+later reloaded.
 
 Install/run
 -----------
@@ -15,6 +17,8 @@ cd plomrogue
 make
 ./roguelike
 
+Use option -l to load an existing map seed.
+
 Default keybindings
 -------------------
 
@@ -35,6 +39,8 @@ _       shrink window horizontally
 +       grow window vertically
 -       shrink window vertically
 
+s       save seed of map
+
 w       scroll map up
 x       scroll map down
 a       scroll map left
-- 
2.30.2