zobla-kv/Pathfinding-game
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
- Observe Parallel run of the multiple algorithms on the same level
- After level is complete show statistics of each algorithm (number of nodes searched, time it took to find etc.)
- Watch replay of the level clone --> open bash in cloned folder/code editor --> npm install --> npm start - grid height or width can't be 1
- replay can only be ran once current level is finished (when play button for starting next level appears)
- when entering start/end positions, enter them with comma between, eg. 5,6
- button named "mode" will switch modes between "autoplay" and "manual"
- dijkstra modified to use heuristic
- algorithm search speed depends on grid size, will run slower as grid gets smaller