pontussandberg / pathfinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathfinder / Maze solver

I challenged both my JavaScript and programming skills with this project.

This app will find a way through a maze with the recursion method. I also added a priority method with Pythagoras theorem. With this the program will always try to take the "bee line" to the target.

When the target is reached the app will try to take a shorter way back, learning from the first journey.

Demo page

About


Languages

Language:JavaScript 73.4%Language:HTML 16.1%Language:CSS 10.5%