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 (
Collapse
)
Author
Files
Lines
2023-04-15
Merge pull request #2 from omagdy7/Map
Omar Magdy
6
-91
/
+155
Added a map using grid and setup collision between the map and pacman
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
Map
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