about summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-11-03 17:02:00 +0530
committerAndinus <andinus@nand.sh>2021-11-03 17:02:00 +0530
commitdbb7b95b35a2be5af0e2068129cd8af2be827503 (patch)
tree09306dc34fa68aec401637cda31abab8d470342f /README.org
parent9da6a28ad940b1c5577b17dd008281c67a46ccbc (diff)
downloadfornax-dbb7b95b35a2be5af0e2068129cd8af2be827503.tar.gz
Document symbol prioritization
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.org b/README.org
index aace430..09c81fb 100644
--- a/README.org
+++ b/README.org
@@ -54,10 +54,13 @@ A grid is printed for every iteration. Grids are composed of cells.
 |------------------+--------|
 | Path             | ~.~      |
 | Blocked          | ~#~      |
+| Destination      | ~$~      |
 |------------------+--------|
 | Visited          | ~-~      |
 | Current Position | ~@~      |
-| Destination      | ~$~      |
+
+- /Current Position/ is prioritized over /Blocked/ & /Destination/ symbol if
+  it makes sense.
 
 * Project Structure