Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ihartb committed Sep 20, 2019
1 parent 357a7ec commit e930d2e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ A bunch of helper functions
Creates the visuals to show how the agent solves the maze.
#### 6. UserInterface.py
Takes user inputs through the terminal to run the project. Users can:
-Change maze size (defaulted to 25x25)
- This generates a random maze of size nxn, where n is inputted by the user.
- n = 25 is optimal
- Change maze size (defaulted to 25x25, the optimal size)
- This generates a random maze of size nxn, where n is inputted by the user
- Call this command to run the A* algorithms on a different maze as well.
-Run forward A*
-Run adaptive A*
- Run forward A*
- Run adaptive A*

### Installation and Running
- Download as zip
Expand Down

0 comments on commit e930d2e

Please sign in to comment.