about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-11-03 21:33:39 +0530
committerAndinus <andinus@nand.sh>2021-11-03 21:33:39 +0530
commit35d406dd138c06a4e200789a1934d691d37af851 (patch)
tree2a61bbe65796f428260e4337dc735ec77dbb0699
parent9c398885517a189cb0063dd2994b5cbf33e412cb (diff)
downloadfornax-35d406dd138c06a4e200789a1934d691d37af851.tar.gz
More sample solutions
-rw-r--r--resources/solutions/00-DFS.fornax10
-rw-r--r--resources/solutions/02-DFS.fornax16
-rw-r--r--resources/solutions/10-DFS.fornax36
-rw-r--r--resources/solutions/11-DFS.fornax38
-rw-r--r--resources/solutions/12-DFS-all.fornax142
5 files changed, 242 insertions, 0 deletions
diff --git a/resources/solutions/00-DFS.fornax b/resources/solutions/00-DFS.fornax
new file mode 100644
index 0000000..c0cd345
--- /dev/null
+++ b/resources/solutions/00-DFS.fornax
@@ -0,0 +1,10 @@
+rows:3 cols:3
+.#......$
+-#.@....$
+@#.-....$
+-#.-@...$
+-#.--@..$
+-#@---..$
+!-@----..$
+-#---@..$
+|-#.---..@
diff --git a/resources/solutions/02-DFS.fornax b/resources/solutions/02-DFS.fornax
new file mode 100644
index 0000000..f35ee1a
--- /dev/null
+++ b/resources/solutions/02-DFS.fornax
@@ -0,0 +1,16 @@
+rows:3 cols:3
+.#......$
+!-@......$
+-#.@....$
+@#.-....$
+-#.-..@.$
+-#.@..-.$
+-#.-..-@$
+-#.-..@-$
+-#.-@.--$
+-#.--.-@$
+-#.--@--$
+-#@-----$
+-#---@--$
+!-@------$
+|-#.-----@
diff --git a/resources/solutions/10-DFS.fornax b/resources/solutions/10-DFS.fornax
new file mode 100644
index 0000000..915f010
--- /dev/null
+++ b/resources/solutions/10-DFS.fornax
@@ -0,0 +1,36 @@
+rows:7 cols:3
+.#.....#......#.#...$
+-#.@...#......#.#...$
+-#.-..@#......#.#...$
+-#.@..-#......#.#...$
+-#.-..-#.@....#.#...$
+-#.-..-#.-..@.#.#...$
+-#.-..-#.@..-.#.#...$
+-#.-..-#.-..-@#.#...$
+-#.-..-#.-@.--#.#...$
+-#.-..-#.--.-@#.#...$
+-#.-..-#.@-.--#.#...$
+-#.-..-#.--@--#.#...$
+-#.-..-#@-----#.#...$
+-#.-..-#---@--#.#...$
+-#.-.@-#------#.#...$
+-#@-.--#------#.#...$
+-#--.@-#------#.#...$
+!-@--.--#------#.#...$
+-#.-.--#@-----#.#...$
+-#.-@--#------#.#...$
+!-#.----@------#.#...$
+!-@.----#------#.#...$
+-#.@---#------#.#...$
+-#.--@-#------#.#...$
+!-#.-..-@------#.#...$
+-#.-..-#.-@---#.#...$
+!-#.-..-#.-----@.#...$
+!-#.-..-@.--.--#.#...$
+!-#.-..-#.-..--@.#...$
+-#.-..-#.-..@-#.#...$
+!-#.-..-#.-..--#.@...$
+-#.-..-#.-..-.#@#...$
+-#.-..-#.-..-.#-#.@.$
+-#.-..-#.-..-.#-#.-@$
+|-#.-..-#.-..-.#-#.--@
diff --git a/resources/solutions/11-DFS.fornax b/resources/solutions/11-DFS.fornax
new file mode 100644
index 0000000..af7f129
--- /dev/null
+++ b/resources/solutions/11-DFS.fornax
@@ -0,0 +1,38 @@
+rows:7 cols:3
+.#.....#......#.#...$
+-#.@...#......#.#...$
+-#.-..@#......#.#...$
+-#.@..-#......#.#...$
+!-#.-..-@......#.#...$
+-#.-..-#.@....#.#...$
+-#.-..-#.-@...#.#...$
+-#.-..-#.@-...#.#...$
+-#.-..-#.--@..#.#...$
+!-#.-..-#.---..@.#...$
+-#.-..-#.-@-..#.#...$
+-#.-..-#@---..#.#...$
+-#.-.@-#----..#.#...$
+-#@-.--#----..#.#...$
+!-@--.--#----..#.#...$
+-#--.@-#----..#.#...$
+-#.-@--#----..#.#...$
+-#.--@-#----..#.#...$
+!-@.----#----..#.#...$
+-#.@---#----..#.#...$
+!-#.----@----..#.#...$
+-#.-.--#@---..#.#...$
+!-#.-..-@----..#.#...$
+-#.-..-#---@..#.#...$
+!-#.-..-@.--...#.#...$
+-#.-..-#.--..@#.#...$
+!-#.-..-#.--..-#.@...$
+-#.-..-#.-@..-#.#...$
+-#.-..-#.--.@-#.#...$
+-#.-..-#.@-.--#.#...$
+-#.-..-#.--.-@#.#...$
+-#.-..-#.--.--#@#...$
+-#.-..-#.--.@-#-#...$
+-#.-..-#.--.--#-#.@.$
+-#.-..-#.--.--#@#.-.$
+-#.-..-#.--.--#-#.-@$
+|-#.-..-#.--.--#-#.--@
diff --git a/resources/solutions/12-DFS-all.fornax b/resources/solutions/12-DFS-all.fornax
new file mode 100644
index 0000000..57c9f00
--- /dev/null
+++ b/resources/solutions/12-DFS-all.fornax
@@ -0,0 +1,142 @@
+rows:7 cols:3
+.#.....#......#.#...$
+-#.@...#......#.#...$
+-#.-@..#......#.#...$
+-#.@-..#......#.#...$
+!-#.--..@......#.#...$
+!-@.--..#......#.#...$
+-#.--@.#......#.#...$
+-#.-@-.#......#.#...$
+-#.---.#@.....#.#...$
+-#.--@.#-.....#.#...$
+-#.---.#-..@..#.#...$
+!-#.---.#-..-..@.#...$
+-#.---.#-.@-..#.#...$
+-#.---.#-@--..#.#...$
+-#.---.#--@-..#.#...$
+-#.---@#----..#.#...$
+-#.@---#----..#.#...$
+-#.----#-@--..#.#...$
+!-#.----@----..#.#...$
+-#.---.#----@.#.#...$
+-#.---.#-@---.#.#...$
+-#.---.#-----.#@#...$
+-#.---.#----@.#-#...$
+!-#.---.#-----.#-@...$
+-#.---.#-----.#-#.@.$
+-#.---.#-----.#-#.-@$
+-#.---.#-----.#-#.@-$
+|-#.---.#-----.#-#.--@
+!-#.---.#-----.#-@.--$
+-#.---.#-----.#@#.-.$
+-#.---.#-----@#.#...$
+-#.---.#----@-#.#...$
+!-#.---.#------@.#...$
+-#.---.#--@---#.#...$
+!-#.---.#------#.@...$
+-#.---.#-.-@..#.#...$
+-#.---.#-.--.@#.#...$
+!-#.---.#-.--.-@.#...$
+!-#.---.#-.--.-#.@...$
+-#.---.#-.@-.-#.#...$
+-#.---.#-.--@-#.#...$
+-#.---.#-.----#@#...$
+-#.---.#-.--@-#-#...$
+-#.---.#-.----#-#.@.$
+-#.---.#-.----#-#.-@$
+|-#.---.#-.----#-#.--@
+!-#.---.#-.----#-@.--$
+-#.---.#-.----#-#.@-$
+-#.---.#-.----#@#.-.$
+!-#.---.#-.----#-@...$
+-#.---.#-.---@#.#...$
+-#.---.#-@----#.#...$
+-#.---@#------#.#...$
+!-#.----@------#.#...$
+-#.----#-@----#.#...$
+-#.@---#------#.#...$
+-#.---.#--@---#.#...$
+-#.---.#----@-#.#...$
+!-#.---.@-.--..#.#...$
+-#.---.#@..-..#.#...$
+!-#.---.@-.....#.#...$
+-#@---.#......#.#...$
+!-@----.#......#.#...$
+-#---@.#......#.#...$
+@#.-...#......#.#...$
+-#.-..@#......#.#...$
+-#.-..-#.@....#.#...$
+-#.-..-#.-@...#.#...$
+-#.-..-#.@-...#.#...$
+-#.-..-#.--..@#.#...$
+!-#.-..-#.--..-#.@...$
+!-#.-..-#.--..-@.#...$
+-#.-..-#.--.@-#.#...$
+-#.-..-#.--.--#@#...$
+-#.-..-#.--.@-#-#...$
+!-#.-..-#.--.--#-@...$
+-#.-..-#.--.--#-#.@.$
+-#.-..-#.--.--#@#.-.$
+-#.-..-#.--.--#-#.-@$
+-#.-..-#.--.--#-#.@-$
+!-#.-..-#.--.--#-@.--$
+|-#.-..-#.--.--#-#.--@
+-#.-..-#.@-.--#.#...$
+-#.-..-#.--.-@#.#...$
+-#.-..-#.-@..-#.#...$
+!-#.-..-@.--...#.#...$
+-#.-..-#.--@..#.#...$
+-#.-..-#.-@-..#.#...$
+-#.-..-#@---..#.#...$
+-#.-..-#---@..#.#...$
+-#.-.@-#----..#.#...$
+-#@-.--#----..#.#...$
+!-@--.--#----..#.#...$
+-#--.@-#----..#.#...$
+-#.-@--#----..#.#...$
+!-@.----#----..#.#...$
+-#.--@-#----..#.#...$
+!-#.----@----..#.#...$
+-#.@---#----..#.#...$
+-#.-.--#@---..#.#...$
+!-#.-..-@----..#.#...$
+!-#.-..-#.---..@.#...$
+-#.-..@#.-....#.#...$
+-#.-..-#.-..@.#.#...$
+-#.-..-#.-..-.#@#...$
+-#.-..-#.-..-.#-#.@.$
+-#.-..-#.-..-.#@#.-.$
+-#.-..-#.-..-.#-#.-@$
+-#.-..-#.-..-.#-#.@-$
+!-#.-..-#.-..-.#-@.--$
+|-#.-..-#.-..-.#-#.--@
+-#.-..-#.-..@.#-#...$
+!-#.-..-#.-..-.#-@...$
+-#.-..-#.-..-@#.#...$
+-#.-..-#.-@.--#.#...$
+!-#.-..-@.--.--#.#...$
+-#.-..-#.--@--#.#...$
+-#.-..-#@-----#.#...$
+-#.-..-#---@--#.#...$
+-#.-.@-#------#.#...$
+-#.-@--#------#.#...$
+-#.--@-#------#.#...$
+!-@.----#------#.#...$
+-#.@---#------#.#...$
+!-#.----@------#.#...$
+-#@-.--#------#.#...$
+-#--.@-#------#.#...$
+!-@--.--#------#.#...$
+-#.-.--#@-----#.#...$
+!-#.-..-@------#.#...$
+!-#.-..-#.-----@.#...$
+-#.-..-#.-@---#.#...$
+-#.-..-#.--.-@#.#...$
+-#.-..-#.@-.--#.#...$
+!-#.-..-#.-..--#.@...$
+-#.-..-#.-..@-#.#...$
+!-#.-..-#.-..--@.#...$
+-#.-..-#.@..-.#.#...$
+-#.@..-#......#.#...$
+!-#.-..-@......#.#...$
+!-@.....#......#.#...$