aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2023-04-16Implemented an A* but there is a bug that causes a jitter in movement when ↵omagdy73-9/+170
the manhatten distance is equal
2023-04-15Changed the intial position of pacmanomagdy72-2/+9
2023-04-15Fixed collision between pacman and obstaclesomagdy75-90/+148
2023-03-22Added the map for pacman using a 2D array describing the mapomagdy74-114/+116
2023-03-21Trying to draw the pacman map using the 2dArrayomagdy73-65/+74
2023-03-20Added a functionality to consturct a map from a 2d arrayomagdy73-2/+124
2023-03-20Organized the project in separate filesomagdy75-137/+161
2023-03-20Fixed a bug in the check_collisions functionomagdy71-19/+13
2023-03-20Added a sprite for pacman and loaded a simple animationomagdy72-8/+76
2023-03-20Added a very basic player movement for pacman using w-a-s-domagdy71-0/+77