diff options
author | Andinus <andinus@nand.sh> | 2021-11-03 22:57:40 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-03 22:57:40 +0530 |
commit | 3ddfc60b3ba7744760fdea33068ceb3fe687c66c (patch) | |
tree | 9a37b2ee9c4c77348f7d9d71c397d6ba65c48ac7 /README.org | |
parent | 8cef86f0eb8b46b0ed2d7c37fa216890300249f6 (diff) | |
download | fornax-3ddfc60b3ba7744760fdea33068ceb3fe687c66c.tar.gz |
Add Demo Video
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.org b/README.org index b0fbc65..7432478 100644 --- a/README.org +++ b/README.org @@ -12,6 +12,12 @@ This collection includes: - Algorithms: Various algorithms solved in several programming languages. +* Demo + +Solution for /DFS-33/, generated on /2021-11-03/ (click to play). + +[[https://andinus.unfla.me/resources/projects/fornax/2021-11-03-DFS-33.mp4][https://andinus.unfla.me/resources/projects/fornax/2021-11-03-DFS-33.png]] + * Documentation Fornax parses /Fornax format/, generates a ~PNG~ for each iteration which is @@ -20,6 +26,9 @@ 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 ~!~. +- *Note*: If the number of iterations are greater than an 8 digit number + then the slideshow might be incorrect. + * Fornax Format Fornax format is an intermediate output file generated after solving the @@ -69,3 +78,12 @@ A grid is printed for every iteration. Grids are composed of cells. - Algorithms are located in ~algorithms/~ directory, sub-directory needs to be created for programming languages which will hold the actual source. + +- Sample solutions can be found in ~resources/solutions/~ directory. + + - *Note*: Some solutions might output illegal moves (like walking over + blocked path), this error is only in visualization, the solution is + correct. + + This has been fixed in commit + ~8cef86f0eb8b46b0ed2d7c37fa216890300249f6~. |