about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-11-03 17:14:21 +0530
committerAndinus <andinus@nand.sh>2021-11-03 17:14:21 +0530
commitef6d6b1048fcbab12016b46ea6177a41078e7759 (patch)
treee1745c8a2acd468866ee0fb7d8fa76af50af648c
parent5a1e12748274ffc87631124e6ae0d1a0a9f6c2e9 (diff)
downloadfornax-ef6d6b1048fcbab12016b46ea6177a41078e7759.tar.gz
Document assumptions
-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.