Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 282 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 282 Bytes

PACMAN

Implemented the original PACMAN game using Unity game engine

Algorithms implemented for the ghosts:

  • Dijkstra
  • Bellman ford
  • BFS
  • A star
  • Collaborative Dijkstra

PACMAN