summaryrefslogtreecommitdiff
path: root/labyrinth.txt
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-11-21 10:36:18 +0100
committerPacien TRAN-GIRARD2015-11-21 10:36:18 +0100
commit655ac88f4e73b2df532a451aedf5a561ea1b0d2c (patch)
treeef6f914a465575f313e2b280bf0639d87a4cbd58 /labyrinth.txt
parent56279eb59ccdea48b18daa027a5095d861b4e2f4 (diff)
downloadmaze-solver-655ac88f4e73b2df532a451aedf5a561ea1b0d2c.tar.gz
Import project structure
Diffstat (limited to 'labyrinth.txt')
-rw-r--r--labyrinth.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/labyrinth.txt b/labyrinth.txt
new file mode 100644
index 0000000..4b7a42b
--- /dev/null
+++ b/labyrinth.txt
@@ -0,0 +1,16 @@
1
2To load this labyrinth, write :
3
4 int[][] labyrinth = LabyrinthGenerator.readFromFile("labyrinth.txt");
5
61 2 1 1 1 1 1 1 1 1 1
71 0 0 0 0 1 0 0 0 0 1
81 0 1 1 1 1 1 0 1 0 1
91 0 1 0 0 0 0 0 1 0 1
101 0 1 0 1 1 1 0 1 0 1
111 0 0 0 1 0 1 0 1 1 1
121 1 1 1 1 0 1 0 1 0 3
131 0 0 0 0 0 1 0 1 0 1
141 0 1 1 1 1 1 0 1 0 1
151 0 0 0 0 0 0 0 0 0 1
161 1 1 1 1 1 1 1 1 1 1 \ No newline at end of file