aboutsummaryrefslogtreecommitdiff
path: root/src/map.py
AgeCommit message (Collapse)AuthorFilesLines
2023-05-07Finished clyde algorithm and added a debug mode to run the programomagdy71-48/+76
2023-04-20Added the abillity to portals and also made the ghots favour going up when ↵omagdy71-2/+3
there is a conflict
2023-04-16Added all ghosts with A* search for nowomagdy71-1/+2
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