diff options
Diffstat (limited to 'labyrinth.txt')
-rw-r--r-- | labyrinth.txt | 16 |
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 | |||
2 | To load this labyrinth, write : | ||
3 | |||
4 | int[][] labyrinth = LabyrinthGenerator.readFromFile("labyrinth.txt"); | ||
5 | |||
6 | 1 2 1 1 1 1 1 1 1 1 1 | ||
7 | 1 0 0 0 0 1 0 0 0 0 1 | ||
8 | 1 0 1 1 1 1 1 0 1 0 1 | ||
9 | 1 0 1 0 0 0 0 0 1 0 1 | ||
10 | 1 0 1 0 1 1 1 0 1 0 1 | ||
11 | 1 0 0 0 1 0 1 0 1 1 1 | ||
12 | 1 1 1 1 1 0 1 0 1 0 3 | ||
13 | 1 0 0 0 0 0 1 0 1 0 1 | ||
14 | 1 0 1 1 1 1 1 0 1 0 1 | ||
15 | 1 0 0 0 0 0 0 0 0 0 1 | ||
16 | 1 1 1 1 1 1 1 1 1 1 1 \ No newline at end of file | ||