diff --git a/README.md b/README.md index e2cf068..ba0d4a1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Visualization of the generation and solution of mazes with various algorithms. ## NaPAC - Not another Pathfinding Algorithm Comparison + ### Create your own maze * [ ] set dimensions (width, height) @@ -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/) \ No newline at end of file +* [Jump Point Search - GameDev.net](https://www.gamedev.net/tutorials/programming/artificial-intelligence/jump-point-search-fast-a-pathfinding-for-uniform-cost-grids-r4220/)