diff --git a/README.md b/README.md index 9388510..8d50a13 100644 --- a/README.md +++ b/README.md @@ -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.