about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--README.org2
2 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index f780422..5af08e0 100644
--- a/README
+++ b/README
@@ -67,6 +67,8 @@ This collection includes:
   • Iteration that tries to walk on a blocked path can be preceded by
     `!' character.
 
+  • First iteration is assumed to be the maze.
+
 
 2.1 Grids
 ─────────
diff --git a/README.org b/README.org
index 09c81fb..b0fbc65 100644
--- a/README.org
+++ b/README.org
@@ -46,6 +46,8 @@ columns is known, the whole grid should be printed in a single line.
 - Iteration that tries to walk on a blocked path can be preceded by ~!~
   character.
 
+- First iteration is assumed to be the maze.
+
 ** Grids
 
 A grid is printed for every iteration. Grids are composed of cells.