You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented the original PACMAN game using Unity game engine
Algorithms implemented for the ghosts:
Dijkstra
Bellman ford
BFS
A star
Collaborative Dijkstra
About
Implemented the original PACMAN game using Unity game engine. Utilizing path finding algorithms as Dijkstra, Bellman ford, BFS, A star, Collaborative Dijkstra