diff --git a/dyachenkoas/docs/data2/maze_empty.txt b/dyachenkoas/docs/data2/maze_empty.txt new file mode 100644 index 0000000..1c40b55 --- /dev/null +++ b/dyachenkoas/docs/data2/maze_empty.txt @@ -0,0 +1,11 @@ +#################### +#S # +# # +# # +# # +# # +# # +# # +# # +# E# +#################### \ No newline at end of file diff --git a/dyachenkoas/docs/data2/maze_large.txt b/dyachenkoas/docs/data2/maze_large.txt new file mode 100644 index 0000000..9ca1271 --- /dev/null +++ b/dyachenkoas/docs/data2/maze_large.txt @@ -0,0 +1,39 @@ +######################################## +#S # +# # ################################### # +# # # # # +# # # ############################### # # +# # # # # # # +# # # # ########################### # # # +# # # # # # # # # +# # # # # ####################### # # # # +# # # # # # # # # # # +# # # # # # ################### # # # # # +# # # # # # # # # # # # # +# # # # # # # ############### # # # # # # +# # # # # # # # # # # # # # # +# # # # # # # # ########### # # # # # # # +# # # # # # # # # # # # # # # # # +# # # # # # # # # ####### # # # # # # # # +# # # # # # # # # # # # # # # # # # # +# # # # # # # # # # ### # # # # # # # # # +# # # # # # # # # # # # # # # # # # # # +# # # # # # # # # ##### # # # # # # # # # +# # # # # # # # # # # # # # # # # # +# # # # # # # # ######### # # # # # # # # +# # # # # # # # # # # # # # # # +# # # # # # # ############# # # # # # # # +# # # # # # # # # # # # # # +# # # # # # ################# # # # # # # +# # # # # # # # # # # # +# # # # # ##################### # # # # # +# # # # # # # # # # +# # # # ######################### # # # # +# # # # # # # # +# # # ############################# # # # +# # # # # # +# # ################################# # # +# # # # +# ##################################### # +# E# +######################################## \ No newline at end of file diff --git a/dyachenkoas/docs/data2/maze_medium.txt b/dyachenkoas/docs/data2/maze_medium.txt new file mode 100644 index 0000000..7731eee --- /dev/null +++ b/dyachenkoas/docs/data2/maze_medium.txt @@ -0,0 +1,20 @@ +#################### +#S # +# ### ########### # +# # # # # # +# # # ### ### # # # +# # # # # # +### ### # # ### ### +# # # # # +# # ########### # # +# # # # # +# # ### # ### # # # +# # # # # # # # +# ### # # # ### # # +# # # # # +# ### ######### # # +# # # # +# # ########### # # +# # # # # +# # E# +#################### \ No newline at end of file diff --git a/dyachenkoas/docs/data2/maze_no_exit.txt b/dyachenkoas/docs/data2/maze_no_exit.txt new file mode 100644 index 0000000..7e997e0 --- /dev/null +++ b/dyachenkoas/docs/data2/maze_no_exit.txt @@ -0,0 +1,9 @@ +########### +#S # +# ####### # +# # # +####### # # +# # # +# ####### # +# # # +########### \ No newline at end of file diff --git a/dyachenkoas/docs/data2/maze_small.txt b/dyachenkoas/docs/data2/maze_small.txt new file mode 100644 index 0000000..d4f79f8 --- /dev/null +++ b/dyachenkoas/docs/data2/maze_small.txt @@ -0,0 +1,7 @@ +########## +#S # +# # #### # +# # # +#### # ## +# # E# +########## \ No newline at end of file