Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stolsky committed Nov 21, 2023
1 parent 7782610 commit 8fceb31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Visualization of the generation and solution of mazes with various algorithms.

## NaPAC - Not another Pathfinding Algorithm Comparison
<!-- Why another comparison?
List reasons
-->

### Create your own maze
* [ ] set dimensions (width, height)
Expand Down Expand Up @@ -38,4 +41,4 @@ Visualization of the generation and solution of mazes with various algorithms.
* [Path Finding comparison](https://www.youtube.com/watch?v=tW1V2Xhabe8)
* [Variants of A*](https://en.wikipedia.org/wiki/A*_search_algorithm)
* [Jump Point Search - Wikipedia](https://en.wikipedia.org/wiki/Jump_point_search)
* [Jump Point Search - GameDev.net](https://www.gamedev.net/tutorials/programming/artificial-intelligence/jump-point-search-fast-a-pathfinding-for-uniform-cost-grids-r4220/)
* [Jump Point Search - GameDev.net](https://www.gamedev.net/tutorials/programming/artificial-intelligence/jump-point-search-fast-a-pathfinding-for-uniform-cost-grids-r4220/)

0 comments on commit 8fceb31

Please sign in to comment.