about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-11-03 22:57:40 +0530
committerAndinus <andinus@nand.sh>2021-11-03 22:57:40 +0530
commit3ddfc60b3ba7744760fdea33068ceb3fe687c66c (patch)
tree9a37b2ee9c4c77348f7d9d71c397d6ba65c48ac7
parent8cef86f0eb8b46b0ed2d7c37fa216890300249f6 (diff)
downloadfornax-3ddfc60b3ba7744760fdea33068ceb3fe687c66c.tar.gz
Add Demo Video
-rw-r--r--README39
-rw-r--r--README.org18
2 files changed, 50 insertions, 7 deletions
diff --git a/README b/README
index 5af08e0..d33b52c 100644
--- a/README
+++ b/README
@@ -10,10 +10,11 @@
 Table of Contents
 ─────────────────
 
-1. Documentation
-2. Fornax Format
+1. Demo
+2. Documentation
+3. Fornax Format
 .. 1. Grids
-3. Project Structure
+4. Project Structure
 
 
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
@@ -29,7 +30,19 @@ This collection includes:
   languages.
 
 
-1 Documentation
+1 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.png]
+
+
+[https://andinus.unfla.me/resources/projects/fornax/2021-11-03-DFS-33.png]
+<https://andinus.unfla.me/resources/projects/fornax/2021-11-03-DFS-33.mp4>
+
+
+2 Documentation
 ═══════════════
 
   Fornax parses /Fornax format/, generates a `PNG' for each iteration
@@ -38,8 +51,11 @@ This collection includes:
   • 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.
+
 
-2 Fornax Format
+3 Fornax Format
 ═══════════════
 
   Fornax format is an intermediate output file generated after solving
@@ -70,7 +86,7 @@ This collection includes:
   • First iteration is assumed to be the maze.
 
 
-2.1 Grids
+3.1 Grids
 ─────────
 
   A grid is printed for every iteration. Grids are composed of cells.
@@ -90,9 +106,18 @@ This collection includes:
     symbol if it makes sense.
 
 
-3 Project Structure
+4 Project Structure
 ═══════════════════
 
   • 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'.
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~.