diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 5 |
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 |