From 0330718d4b8b5cc74c80efbb5efdeca8ae35dcc2 Mon Sep 17 00:00:00 2001 From: dosworld Date: Fri, 21 Apr 2023 03:30:36 +0300 Subject: [PATCH] Initital commit --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index 19584e1..0be5332 100644 --- a/README.MD +++ b/README.MD @@ -13,6 +13,8 @@ In this case, odd cells will be wall of maze. to the spanning tree. 3. Repeat step 2 until all cells have been visited. +![Screenshot: maze generation](https://github.com/DosWorld/abmaze/blob/master/ABMAZE.PNG?raw=true) + ## Alorithm positive side 1. Too hard implement maze-solver (maze has a good random-level)