aboutsummaryrefslogtreecommitdiff
path: root/src/Player.py
AgeCommit message (Expand)AuthorFilesLines
2023-04-16Implemented an A* but there is a bug that causes a jitter in movement when th...omagdy71-1/+1
2023-04-15Changed the intial position of pacmanomagdy71-2/+2
2023-04-15Fixed collision between pacman and obstaclesomagdy71-14/+20
2023-03-22Added the map for pacman using a 2D array describing the mapomagdy71-2/+2
2023-03-21Trying to draw the pacman map using the 2dArrayomagdy71-1/+1
2023-03-20Added a functionality to consturct a map from a 2d arrayomagdy71-1/+0
2023-03-20Organized the project in separate filesomagdy71-0/+48