From 655ac88f4e73b2df532a451aedf5a561ea1b0d2c Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 21 Nov 2015 10:36:18 +0100 Subject: Import project structure --- labyrinth.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 labyrinth.txt (limited to 'labyrinth.txt') diff --git a/labyrinth.txt b/labyrinth.txt new file mode 100644 index 0000000..4b7a42b --- /dev/null +++ b/labyrinth.txt @@ -0,0 +1,16 @@ + +To load this labyrinth, write : + + int[][] labyrinth = LabyrinthGenerator.readFromFile("labyrinth.txt"); + +1 2 1 1 1 1 1 1 1 1 1 +1 0 0 0 0 1 0 0 0 0 1 +1 0 1 1 1 1 1 0 1 0 1 +1 0 1 0 0 0 0 0 1 0 1 +1 0 1 0 1 1 1 0 1 0 1 +1 0 0 0 1 0 1 0 1 1 1 +1 1 1 1 1 0 1 0 1 0 3 +1 0 0 0 0 0 1 0 1 0 1 +1 0 1 1 1 1 1 0 1 0 1 +1 0 0 0 0 0 0 0 0 0 1 +1 1 1 1 1 1 1 1 1 1 1 \ No newline at end of file -- cgit v1.2.3