From 7daa5284f9eddf6d4b4e7838919e80ce25324bb0 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Sun, 25 Sep 2022 00:10:13 +1000 Subject: Lots of changes! --- maps/arena.txt | 22 ++++++++++++++++++++++ maps/empty.txt | 15 +++++++++++++++ maps/large.txt | 31 +++++++++++++++++++++++++++++++ maps/maze.txt | 12 ++++++++++++ maps/small.txt | 11 +++++++++++ maps/two.txt | 15 +++++++++++++++ 6 files changed, 106 insertions(+) create mode 100644 maps/arena.txt create mode 100644 maps/empty.txt create mode 100644 maps/large.txt create mode 100644 maps/maze.txt create mode 100644 maps/small.txt create mode 100644 maps/two.txt (limited to 'maps') diff --git a/maps/arena.txt b/maps/arena.txt new file mode 100644 index 0000000..03ea50b --- /dev/null +++ b/maps/arena.txt @@ -0,0 +1,22 @@ +XXXXXXXXXXXXXXXX...XXXXXXXXXXXXXXX +X.+..+..+..+..+....+..+..+..+..+.X +X.........XXX........X.....XXX...X +X....a......X.......XXc..........X +X.+..+..+..+..+....+..+..+..+..+.X +X.....XXXX...X........XXXX.......X +X....e...........XXXXXg..........X +X.+..+..+..+..+....+..+..+..+..+.X +X....XXXX....X........XXXX.......X +........iX...X...........kX....... +..+X.+..+X.+.X+....+X.+..+X.+..+.. +X..X.....X..XX.XXX..X.....X......X +X..X.......l....X...X.......j....X +X.+X.+..+..+..+.X..+X.+..+..+..+.X +X..X.....XXX....X...X.....XXX....X +X..X.....X..XX.XXX..X.....X......X +X..X.......h....X...X.......f....X +X.+X.+..+..+..+.X..+X.+..+..+..+.X +X..X.....XXX....X...X.....XXX....X +X.............d................b.X +X.+..+..+..+..+....+..+..+..+..+.X +XXXXXXXXXXXXXXXX...XXXXXXXXXXXXXXX diff --git a/maps/empty.txt b/maps/empty.txt new file mode 100644 index 0000000..105bc1b --- /dev/null +++ b/maps/empty.txt @@ -0,0 +1,15 @@ +................. +..+..+..+..+..+.. +................. +.....1........... +..+..+..+..+..+.. +................. +........3........ +..+..+..+..+..+.. +................. +...........2..... +..+..+..+..+..+.. +................. +..............4.. +..+..+..+..+..+.. +................. diff --git a/maps/large.txt b/maps/large.txt new file mode 100644 index 0000000..1fbaae8 --- /dev/null +++ b/maps/large.txt @@ -0,0 +1,31 @@ +XXXXXXXXXXXXXXXXXXXXX +X1.................+X +X.........+.........X +XXXXXXXXXXXXXXXXX...X +X...............+...X +X...................X +X...XXXXXXXXXXXXXXXXX +X...................X +X...................X +XXXXXXXXXXXXXXXXX...X +X.........3.........X +X.........+.........X +X...XXXXXXXXXXXXX...X +X.........X.........X +X.........X.........X +X.+.....+...+.....+.X +X.........X.........X +X.........X.........X +X...XXXXXXXXXXXXX...X +X.........+.........X +X.........4.........X +X...XXXXXXXXXXXXXXXXX +X...................X +X...................X +XXXXXXXXXXXXXXXXX...X +X...................X +X...+...............X +X...XXXXXXXXXXXXXXXXX +X.........+.........X +X+.................2X +XXXXXXXXXXXXXXXXXXXXX diff --git a/maps/maze.txt b/maps/maze.txt new file mode 100644 index 0000000..7a405b7 --- /dev/null +++ b/maps/maze.txt @@ -0,0 +1,12 @@ +XXXXXXXXXXXXXXXXXXXX +X.....+.X.+........X +X..1.+..X.......2..X +X....+..X....+.....X +X...XXXXX..........X +X..........XXXXXX..X +X...+...........+..X +X...XXXXXXXX..X....X +X.....+.......X...4X +X.............X....X +X+.....+..3.....+..X +XXXXXXXXXXXXXXXXXXXX diff --git a/maps/small.txt b/maps/small.txt new file mode 100644 index 0000000..81c5753 --- /dev/null +++ b/maps/small.txt @@ -0,0 +1,11 @@ +XXXXXXXXXXX +X++.....++X +X+a.XXX.c+X +X.........X +X.X.X+X.X.X +X.X.+++.X.X +X.X.X+X.X.X +X.........X +X+d.XXX.b+X +X++.....++X +XXXXXXXXXXX diff --git a/maps/two.txt b/maps/two.txt new file mode 100644 index 0000000..add738d --- /dev/null +++ b/maps/two.txt @@ -0,0 +1,15 @@ +................. +..+..+..+..+..+.. +..........XXX.... +.....1........... +..+..+..+..+..+.. +.....XXXX........ +........3X....... +..+X.+..+X.+..+.. +...X.....X....... +...X.......2..... +..+X.+..+..+..+.. +...X.....XXX..... +..............4.. +..+..+..+..+..+.. +................. -- cgit v1.2.3