aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2023-05-08Added scattered mode for the ghostsomagdy78-90/+151
2023-05-08Finished inky's algorithm and also added an option in settings to disable audioomagdy74-43/+78
2023-05-07Finished clyde algorithm and added a debug mode to run the programomagdy78-137/+185
2023-04-20Added the abillity to portals and also made the ghots favour going up when ↵omagdy77-43/+121
there is a conflict
2023-04-19Renamed some files and did a bit of refactoringomagdy711-133/+119
2023-04-19Fixed a bug in pacman position not updating proberly in the heueristic functionomagdy73-14/+19
2023-04-19Added the ghost sprites to the game.omagdy79-48/+90
2023-04-16Added code for blinky and pinkyomagdy74-18/+100
2023-04-16Added all ghosts with A* search for nowomagdy73-19/+10
2023-04-16Sucssessfully implemented A* algorithm on the ghostsomagdy72-103/+51
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