aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-04-15Merge pull request #3 from omagdy7/MapOmar Magdy2-2/+9
Changed the intial position of pacman
2023-04-15Changed the intial position of pacmanomagdy72-2/+9
2023-04-15Merge pull request #2 from omagdy7/MapOmar Magdy6-91/+155
Added a map using grid and setup collision between the map and pacman
2023-04-15Updated READMEomagdy71-1/+7
2023-04-15Fixed collision between pacman and obstaclesomagdy75-90/+148
2023-03-22Merge pull request #1 from omagdy7/MapOmar Magdy6-13/+156
Map
2023-03-22Added a new TODOomagdy71-1/+2
2023-03-22Added the map for pacman using a 2D array describing the mapomagdy74-114/+116
2023-03-21Added a few more TODOs in Detail and an EXTRA BONUS feauture for the projectomagdy71-1/+10
2023-03-21Trying to draw the pacman map using the 2dArrayomagdy74-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-20Updated READMEomagdy71-3/+4
2023-03-20Fixed a bug in the check_collisions functionomagdy71-19/+13
2023-03-20Added a sprite for pacman and loaded a simple animationomagdy73-8/+76
2023-03-20Added a .gitignore for a python projectomagdy71-0/+160
2023-03-20Added a Descreption, Run, Todo in the READEMEomagdy71-0/+25
2023-03-20Added a very basic player movement for pacman using w-a-s-domagdy73-0/+77