Skip to content

Commit 93d7d17

Browse files
Update README.md
Added the clone link and some more briefing to it.
1 parent b339228 commit 93d7d17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ 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.
3233
## 1. Clone the repository or download the zip
3334
```
34-
git clone
35+
git clone https://github.com/Sethuram52001/Path-Finding-Visualizer.git
3536
```
3637

3738
## 2. Install the dependencies

0 commit comments

Comments
 (0)