Skip to content

DFS implementation of the famous Pacman game with GUI animation.

Notifications You must be signed in to change notification settings

anushkachauhxn/pacman-dfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman - DFS Implementaion with animations

DFS implementation of the famous Pacman game with GUI animation.

Demo

pacman-gui.mp4

⚫ Grey: walls, 🔵 Blue: movable path, 🔴 Red: food, 🟡 Yellow: pacman


Libraries Used:

  • os and sys
  • numpy
  • queue: for LifoQueue
  • tkinter and time: for animation