Skip to content

HTML, CSS, and JavaScript: path finder with A* (Manhattan style) plus shuffling

License

Notifications You must be signed in to change notification settings

monkeyraptor/path_finder_mr

Repository files navigation

Path Finder by MR

HTML, CSS, and JavaScript: Path finder with A (Manhattan style) plus shuffling*

Demo

Visualization demo is at: Thor

Customization

  • The grid size (x and y) and dimensions (square size) can be customized in the g_s variable.
  • The directions shuffling can be replaced with actual array tinkering.

Recent version

There's a cleaner version of the JavaScript.

It's named as path_finder_mr.clean.js.

You might be interested to glimpsly skim it, for 1 ms.

And close the browser, and.

Basic

The basic about A algorithm* can be read on Wikipedia

Snapshots of UI

Shuffle success #1

shuffle success 1

Shuffle success #2

shuffle success 2

No path or cannot calculate response

no path

About

HTML, CSS, and JavaScript: path finder with A* (Manhattan style) plus shuffling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published