aboutsummaryrefslogtreecommitdiff
path: root/src/Game.py
AgeCommit message (Collapse)AuthorFilesLines
2023-04-16Added all ghosts with A* search for nowomagdy71-8/+8
2023-04-16Sucssessfully implemented A* algorithm on the ghostsomagdy71-3/+12
2023-04-16Implemented an A* but there is a bug that causes a jitter in movement when ↵omagdy71-5/+8
the manhatten distance is equal
2023-04-15Fixed collision between pacman and obstaclesomagdy71-33/+84
2023-03-22Added the map for pacman using a 2D array describing the mapomagdy71-5/+15
2023-03-20Added a functionality to consturct a map from a 2d arrayomagdy71-1/+3
2023-03-20Organized the project in separate filesomagdy71-0/+95