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 (
Collapse
)
Author
Files
Lines
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 ↵
omagdy7
3
-9
/
+170
the manhatten distance is equal
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