Skip to content

Simulation of Pacman finding path using Depth First Search (DFS) Algorithm.

Notifications You must be signed in to change notification settings

SaurabhThakre/Pacman-DFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman-DFS

Simulation of Pacman finding path using Depth First Search (DFS) Algorithm.

animated

Play using this link: https://saurabhthakre.github.io/Pacman-DFS/

Procedure

  • If pacman is not present:
1. Click on any empty cell to set the Pacman initial position.
2. Click on any another cell to set as Goal node.
  • Else:
1. Click on any another cell to set as Goal node.

Warning

  • Do not Click on any empty cell while pacman is moving.
  • It will Misbehave or not reach the new selected goal.

About

Simulation of Pacman finding path using Depth First Search (DFS) Algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages