[2] Add mazes

This commit is contained in:
anikinvd 2026-05-22 18:03:13 +00:00
parent b335daa881
commit d509d14862
5 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,7 @@
##########
#S.......#
#.######.#
#.#......#
#.#.######
#E........
##########

View File

@ -0,0 +1,10 @@
##########
#S......E#
#.########
#.#......#
#.#.#.##.#
#...#..#.#
###.#..#.#
#...#....#
#.########
##########

View File

@ -0,0 +1,21 @@
####################
#S.................#
#.####.###########.#
#.#..#.#.........#.#
#.#.##.#.#######.#.#
#.#....#.#.....#.#.#
#.######.#.###.#.#.#
#........#.#...#.#.#
##########.#.###.#.#
#..........#.....#.#
#.################.#
#.#..............#.#
#.#.############.#.#
#.#.#..........#.#.#
#.#.#.########.#.#.#
#...#........#...#.#
#.###########.###.#.#
#.................#.#
#.#################.#
#E.................#
####################

View File

@ -0,0 +1,15 @@
S...............
................
................
................
................
................
................
................
................
................
................
................
................
...............E
................

View File

@ -0,0 +1,10 @@
##########
#S........
#.######.#
#.#......#
#.#.######
#.#......#
#.########
#........#
##########
##########