Skip to content
Snippets Groups Projects
Commit 7eb14d9b authored by Cedric.dosreis's avatar Cedric.dosreis
Browse files

maps

parent a0b1892c
Branches
No related tags found
No related merge requests found
# Maps
A map is represented by a 21x21 pixel image.
Each pixel may represent a different element dependindg on its color in RGB
* Walls : blue pixels `0x0000FF`
* Path : black pixels `0x000000`
* Food/Score : green pixels `0x00ff00`
* Special food : white pixels `0xffffff`
* Pac man : yellow pixel `0xffff00`
* Enemies spwan zone : red pixels `0xff0000`
\ No newline at end of file
lab5/src/maps/map1.png

285 B

lab5/src/maps/map2.png

312 B

lab5/src/maps/maps3.png

297 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment