diff options
author | Andinus <andinus@nand.sh> | 2021-11-03 16:49:04 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-03 16:49:04 +0530 |
commit | 5b3ab457dbeb897802f9515fc09d65f1d013a40f (patch) | |
tree | 1319c3d0f7db8c02cad0a2a614f66fb175c22ed7 /README.org | |
parent | 846b64b766f7eccdd3696603bf44b54231f03fa6 (diff) | |
download | fornax-5b3ab457dbeb897802f9515fc09d65f1d013a40f.tar.gz |
Document highlighting for Illegal, Solved paths
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/README.org b/README.org index abd8028..d641d65 100644 --- a/README.org +++ b/README.org @@ -17,6 +17,9 @@ This collection includes: Fornax parses /Fornax format/, generates a ~PNG~ for each iteration which is later converted to a slideshow with ~ffmpeg~. +- Solved paths are highlighted if the iteration is preceded by ~|~. +- Illegal paths are highlighted if the iteration is preceded by ~!~. + * Fornax Format Fornax format is an intermediate output file generated after solving the @@ -38,8 +41,10 @@ columns is known, the whole grid should be printed in a single line. columns) + 1~ then it may be ignored by the program that parses the file. -- Solved iteration must be preceded by ~|~ character. The program may or - may not use it while rendering the video. +- Solved iteration can be preceded by ~|~ character. + +- Iteration that tries to walk on a blocked path can be preceded by ~!~ + character. ** Grids |