small edits

This commit is contained in:
Dan Anglin 2024-02-18 10:55:42 +00:00
parent 38e751ebbc
commit 0e13eb1775
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -66,6 +66,8 @@ When the solver reaches a dead-end it backtracks until it can choose a new path
![Running the simulation](assets/images/running_the_simulation.png)
After the solver solves the maze (or fails to do so) you can run the simulation again on the same maze with by pressing the Solve the maze button.
After the solver solves the maze (or fails to do so) you can run the simulation again on the same maze with by pressing the `Solve the maze` button.
Try running choosing a different algorithm or toggle between randomness before running the simulation again.
You can also generate a new maze by clicking the `Generate maze` button again.