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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-17
Final Touches
Moisis
1
-1
/
+2
2023-05-17
Added SCORE
Moisis
1
-9
/
+38
2023-05-17
Added SCORE
Moisis
1
-1
/
+0
2023-05-17
Added SCORE
Moisis
3
-105
/
+101
2023-05-17
Improved GUI
Moisis
12
-71
/
+178
2023-05-09
Merge branch 'master' into TryatGUI
Moisis
12
-226
/
+636
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
7
-23
/
+109
2023-05-08
Added scattered mode for the ghosts
omagdy7
8
-90
/
+151
2023-05-08
Finished inky's algorithm and also added an option in settings to disable audio
omagdy7
4
-43
/
+78
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
3
-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
Added the ghost sprites to the game.
omagdy7
9
-48
/
+90
2023-04-16
Added code for blinky and pinky
omagdy7
4
-18
/
+100
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
Changed the intial position of pacman
omagdy7
2
-2
/
+9
2023-04-15
Fixed collision between pacman and obstacles
omagdy7
5
-90
/
+148
2023-03-22
Added the map for pacman using a 2D array describing the map
omagdy7
4
-114
/
+116
2023-03-21
Trying to draw the pacman map using the 2dArray
omagdy7
3
-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
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
2
-8
/
+76
2023-03-20
Added a very basic player movement for pacman using w-a-s-d
omagdy7
1
-0
/
+77