diff options
author | pacien | 2018-01-14 19:41:18 +0100 |
---|---|---|
committer | pacien | 2018-01-14 19:41:18 +0100 |
commit | e79dd7a94448467b1a5582a47b84cd3dc320f54d (patch) | |
tree | 254c53f46ec27cc1e0b03b43838832fbc2a746eb /src | |
parent | 5665935f88ead7704a3e79d2faf59b682eca6610 (diff) | |
download | wallj-e79dd7a94448467b1a5582a47b84cd3dc320f54d.tar.gz |
Add maps
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/maps/level0.txt | 13 | ||||
-rw-r--r-- | src/main/resources/maps/level1.txt | 13 | ||||
-rw-r--r-- | src/main/resources/maps/level2.txt | 13 | ||||
-rw-r--r-- | src/main/resources/maps/level3.txt | 13 |
4 files changed, 52 insertions, 0 deletions
diff --git a/src/main/resources/maps/level0.txt b/src/main/resources/maps/level0.txt new file mode 100644 index 0000000..aa53f62 --- /dev/null +++ b/src/main/resources/maps/level0.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW | ||
2 | W W | ||
3 | T T | ||
4 | T T | ||
5 | T T | ||
6 | T G T | ||
7 | T G T | ||
8 | T G T | ||
9 | T T | ||
10 | T T | ||
11 | T T | ||
12 | W W | ||
13 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW \ No newline at end of file | ||
diff --git a/src/main/resources/maps/level1.txt b/src/main/resources/maps/level1.txt new file mode 100644 index 0000000..7e8e3fb --- /dev/null +++ b/src/main/resources/maps/level1.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW | ||
2 | W W | ||
3 | W W | ||
4 | W W | ||
5 | W W W | ||
6 | W G WT W | ||
7 | W G WT W | ||
8 | W G WT W | ||
9 | W W W | ||
10 | W W | ||
11 | W W | ||
12 | W W | ||
13 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW \ No newline at end of file | ||
diff --git a/src/main/resources/maps/level2.txt b/src/main/resources/maps/level2.txt new file mode 100644 index 0000000..bb41492 --- /dev/null +++ b/src/main/resources/maps/level2.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW | ||
2 | W W | ||
3 | W WW W | ||
4 | W G W W | ||
5 | W W | ||
6 | W TTT G W | ||
7 | W W TWT W | ||
8 | W TTT W | ||
9 | W W W | ||
10 | W WW W | ||
11 | W G WW W W | ||
12 | W W | ||
13 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW \ No newline at end of file | ||
diff --git a/src/main/resources/maps/level3.txt b/src/main/resources/maps/level3.txt new file mode 100644 index 0000000..08f8aef --- /dev/null +++ b/src/main/resources/maps/level3.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW | ||
2 | W W | ||
3 | W GGGG G G G GGGGG W | ||
4 | W G G G G G W | ||
5 | W G GG G GGGGG GGG W | ||
6 | W G G G G G G W | ||
7 | W GGGG GGGG G G G W | ||
8 | W W | ||
9 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWW W | ||
10 | W W | ||
11 | W T W | ||
12 | W W | ||
13 | WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW \ No newline at end of file | ||