aboutsummaryrefslogtreecommitdiff
path: root/src/map.py
AgeCommit message (Collapse)AuthorFilesLines
2023-04-15Fixed collision between pacman and obstaclesomagdy71-41/+43
2023-03-22Added the map for pacman using a 2D array describing the mapomagdy71-105/+97
2023-03-21Trying to draw the pacman map using the 2dArrayomagdy71-62/+71
2023-03-20Added a functionality to consturct a map from a 2d arrayomagdy71-0/+121
2023-03-20Added a sprite for pacman and loaded a simple animationomagdy71-0/+0