summaryrefslogtreecommitdiff
path: root/labyrinth.txt
diff options
context:
space:
mode:
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