-
Notifications
You must be signed in to change notification settings - Fork 0
zobla-kv/Pathfinding-game
Folders and files
| Name | Name | Last commit message | 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
About
Idle 2D game where you watch a player complete levels by finding the exit while avoiding obstacles.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published