From 31f166f29365332c705393b6f5da164d4de8dac9 Mon Sep 17 00:00:00 2001 From: 4eker <423785z@gmail.com> Date: Sat, 23 May 2026 11:42:39 +0300 Subject: [PATCH] add Mazes --- pomelovsd/ExitMaze/Mazes/empty.txt | 1 + pomelovsd/ExitMaze/Mazes/large.txt | 31 ++++++++++++++++++++++++++++ pomelovsd/ExitMaze/Mazes/medium.txt | 5 +++++ pomelovsd/ExitMaze/Mazes/no_exit.txt | 3 +++ pomelovsd/ExitMaze/Mazes/small.txt | 5 +++++ 5 files changed, 45 insertions(+) create mode 100644 pomelovsd/ExitMaze/Mazes/empty.txt create mode 100644 pomelovsd/ExitMaze/Mazes/large.txt create mode 100644 pomelovsd/ExitMaze/Mazes/medium.txt create mode 100644 pomelovsd/ExitMaze/Mazes/no_exit.txt create mode 100644 pomelovsd/ExitMaze/Mazes/small.txt diff --git a/pomelovsd/ExitMaze/Mazes/empty.txt b/pomelovsd/ExitMaze/Mazes/empty.txt new file mode 100644 index 0000000..0874bd5 --- /dev/null +++ b/pomelovsd/ExitMaze/Mazes/empty.txt @@ -0,0 +1 @@ +S E diff --git a/pomelovsd/ExitMaze/Mazes/large.txt b/pomelovsd/ExitMaze/Mazes/large.txt new file mode 100644 index 0000000..4dd6a74 --- /dev/null +++ b/pomelovsd/ExitMaze/Mazes/large.txt @@ -0,0 +1,31 @@ +############################################################ +#S # # # # # # # # +# ### ##### ##### ### ##### ### ### ##### ### ##### ### ### # +# # # # # # # # # # # # # +### ##### ##### ### ##### ######### ### ### ### ####### ### # +# # # # # # # # # # # # # +# ### # ##### ### ##### ####### # ### ### ######### ##### # # +# # # # # # # # # # # # # # +########### # # ### # ####### # ### ### ######### # # # ##### +# # # # # # # # # # # # # # +# ####### # # ########### ### ### ####### ##### # # # ##### # +# # # # # # # # # # # # # # # # # +# # ### # # ####### # ##### ### ### ### # # # # # # ##### # # +# # # # # # # # # # # # # # # # # # # # # # +# # # ### ####### # ##### # # ##### # # # # # # # # # # # # # +# # # # # # # # # # # # # # # # # # # # +# # ### ####### # ##### # # ##### # # ##### ##### # # # ##### +# # # # # # # # # # # # # # # # # +# ### # # ########### # # # # # # # ##### ######### # ##### # +# # # # # # # # # # # # # # # # # # +### # # # # ##### # ### # ##### # ##### # # ##### # ##### # # +# # # # # # # # # # # # # # # # # # # +# ####### ##### # # # ### # ######### # # ##### # # # # # # # +# # # # # # # # # # # # # # # # # # # # # +####### # # # # # # # # ######### # ### # # # # # # # # # # # +# # # # # # # # # # # # # # # # # # # # # # # # # +# ### # # # # # # # # # # ##### # ### # # # # # # # # # # # # +# # # # # # # # # # # # # # # # # # # # # # # # # # # +# # ### # # # # # # # # ##### # # # ### # # # # # # # # # # # +# # # # # # # # # # # # # # # +###########################################################E# diff --git a/pomelovsd/ExitMaze/Mazes/medium.txt b/pomelovsd/ExitMaze/Mazes/medium.txt new file mode 100644 index 0000000..e67a3ea --- /dev/null +++ b/pomelovsd/ExitMaze/Mazes/medium.txt @@ -0,0 +1,5 @@ +################################################## +#S # # # # # # E# +# ## # #### # ### # ##### # #### # ##### # ##### # +# # # # # # # # # # # # # # +################################################## diff --git a/pomelovsd/ExitMaze/Mazes/no_exit.txt b/pomelovsd/ExitMaze/Mazes/no_exit.txt new file mode 100644 index 0000000..ba5f89a --- /dev/null +++ b/pomelovsd/ExitMaze/Mazes/no_exit.txt @@ -0,0 +1,3 @@ +##### +#S### +##### diff --git a/pomelovsd/ExitMaze/Mazes/small.txt b/pomelovsd/ExitMaze/Mazes/small.txt new file mode 100644 index 0000000..8964116 --- /dev/null +++ b/pomelovsd/ExitMaze/Mazes/small.txt @@ -0,0 +1,5 @@ +########## +#S #E# +# ### ## # +# # # +##########