Skip to content

Commit 5ab4677

Browse files
Update README.md
1 parent 93d7d17 commit 5ab4677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This is the result after executing a maze generation algorithm and path-finding
2929
2) Recursive Division - Mazes can be created with recursive division, an algorithm which works as follows: Begin with the maze's space with no walls. Call this a chamber. Divide the chamber with a randomly positioned wall (or multiple walls) where each wall contains a randomly positioned passage opening within it. Then recursively repeat the process on the subchambers until all chambers are minimum sized. This method results in mazes with long straight walls crossing their space, making it easier to see which areas to avoid.
3030

3131
# Getting Started/Installation
32-
Pretty much the same as the standard react application, so all the usual react-scripts are available on dispose. So, over here I restricted myself to the instructions to only the essentials.
32+
Pretty much the same as the standard react application, so all the usual react-scripts are available to your disposal. So, over here I restricted myself to the instructions to only the essentials.
3333
## 1. Clone the repository or download the zip
3434
```
3535
git clone https://github.com/Sethuram52001/Path-Finding-Visualizer.git

0 commit comments

Comments
 (0)