index
:
Macpan
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-09
Merge pull request #6 from omagdy7/TryatGUI
Moisis
8
-0
/
+155
2023-05-09
Merge branch 'master' into TryatGUI
Moisis
18
-231
/
+643
2023-05-08
Merge pull request #5 from omagdy7/Refactoring
Omar Magdy
9
-129
/
+274
2023-05-08
Checked some Todos in README
omagdy7
1
-1
/
+2
2023-05-08
Added EatenMode
omagdy7
4
-5
/
+29
2023-05-08
Added a simple Wining screen when the user collects all the food
omagdy7
8
-27
/
+118
2023-05-08
Made a Singeltion class GameState containg the current state of the game
omagdy7
6
-106
/
+135
2023-05-08
Added a simple GameOver Screen
omagdy7
3
-12
/
+46
2023-05-08
Fixed a bug in inky's algorithms and also now the ghost reset to chase mode a...
omagdy7
6
-9
/
+19
2023-05-08
Added frightened mode
omagdy7
13
-24
/
+110
2023-05-08
Added scattered mode for the ghosts
omagdy7
9
-92
/
+153
2023-05-08
Finished inky's algorithm and also added an option in settings to disable audio
omagdy7
5
-46
/
+82
2023-05-07
Checked a TODO
omagdy7
1
-1
/
+1
2023-05-07
Finished clyde algorithm and added a debug mode to run the program
omagdy7
8
-137
/
+185
2023-04-24
Added Basic GUI
Moisis
9
-1
/
+164
2023-04-20
Added the abillity to portals and also made the ghots favour going up when th...
omagdy7
7
-43
/
+121
2023-04-19
Renamed some files and did a bit of refactoring
omagdy7
11
-133
/
+119
2023-04-19
Fixed a bug in pacman position not updating proberly in the heueristic function
omagdy7
3
-14
/
+19
2023-04-19
Updated README
omagdy7
1
-2
/
+2
2023-04-19
Added the ghost sprites to the game.
omagdy7
31
-48
/
+90
2023-04-16
Checked some Todos in README
omagdy7
1
-3
/
+3
2023-04-16
Added code for blinky and pinky
omagdy7
4
-18
/
+100
2023-04-16
Merge pull request #4 from omagdy7/Ghost
Omar Magdy
4
-11
/
+111
2023-04-16
Added all ghosts with A* search for now
omagdy7
3
-19
/
+10
2023-04-16
Sucssessfully implemented A* algorithm on the ghosts
omagdy7
2
-103
/
+51
2023-04-16
Implemented an A* but there is a bug that causes a jitter in movement when th...
omagdy7
3
-9
/
+170
2023-04-15
Merge pull request #3 from omagdy7/Map
Omar Magdy
2
-2
/
+9
2023-04-15
Changed the intial position of pacman
omagdy7
2
-2
/
+9
2023-04-15
Merge pull request #2 from omagdy7/Map
Omar Magdy
6
-91
/
+155
2023-04-15
Updated README
omagdy7
1
-1
/
+7
2023-04-15
Fixed collision between pacman and obstacles
omagdy7
5
-90
/
+148
2023-03-22
Merge pull request #1 from omagdy7/Map
Omar Magdy
6
-13
/
+156
2023-03-22
Added a new TODO
omagdy7
1
-1
/
+2
2023-03-22
Added the map for pacman using a 2D array describing the map
omagdy7
4
-114
/
+116
2023-03-21
Added a few more TODOs in Detail and an EXTRA BONUS feauture for the project
omagdy7
1
-1
/
+10
2023-03-21
Trying to draw the pacman map using the 2dArray
omagdy7
4
-65
/
+74
2023-03-20
Added a functionality to consturct a map from a 2d array
omagdy7
3
-2
/
+124
2023-03-20
Organized the project in separate files
omagdy7
5
-137
/
+161
2023-03-20
Updated README
omagdy7
1
-3
/
+4
2023-03-20
Fixed a bug in the check_collisions function
omagdy7
1
-19
/
+13
2023-03-20
Added a sprite for pacman and loaded a simple animation
omagdy7
3
-8
/
+76
2023-03-20
Added a .gitignore for a python project
omagdy7
1
-0
/
+160
2023-03-20
Added a Descreption, Run, Todo in the READEME
omagdy7
1
-0
/
+25
2023-03-20
Added a very basic player movement for pacman using w-a-s-d
omagdy7
3
-0
/
+77