Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 583 Bytes

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