Skip to content

MyPathFinder is a project using BFS algorithm to find possible path from one point to another.

Notifications You must be signed in to change notification settings

lvhoaa/MyPathFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyPathFinder

MyPathFinder is a project using BFS algorithm to find possible path from one point to another. This project uses a 10x10 matrix for illustration: blue blocks represent available blocks, red blocks represent unavailable blocks or walls, pink blocks represent the path found by the algorithm.

Guide

STEP 1: Enter begin node and finish node. Click Start Game!

image

The yellow block represents the begin node. The green block represents the finish node

STEP 2: Create walls by clicking on the matrix.

image

The red block represents walls.

STEP 3: After creating walls, click Let's Go!! to generate path from begin node to finish node.

image

STEP 4: COMPLETE!

image

The pink line represents the path found

About

MyPathFinder is a project using BFS algorithm to find possible path from one point to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published