Pac Man Edited (Author Antonio Stewart]

Text

No description

Guest

Download Edit

uint8_t levels[1][14][16] = {
{
{0,4,6,4,4,4,4,4,4,4,4,4,4,6,4,2,},
{5,12,5,12,12,12,12,12,12,12,12,12,12,5,12,5,},
{5,12,12,12,12,12,91,12,12,12,12,12,12,31,12,5,},
{5,12,5,12,12,12,12,12,12,12,12,12,12,5,12,5,},
{35,4,7,4,4,10,31,31,11,4,4,4,4,7,4,34,},
{5,13,12,12,12,12,12,12,12,12,12,12,12,12,13,5,},
{5,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,},
{5,12,12,12,12,0,4,30,4,2,12,12,12,12,12,5,},
{5,12,12,12,12,5,99,96,97,5,12,12,12,12,12,5,},
{5,12,8,12,12,5,96,98,99,5,12,12,12,8,12,5,},
{5,12,5,12,12,5,93,98,99,5,12,12,12,5,12,5,},
{5,12,5,12,12,1,4,4,4,3,12,12,12,5,12,5,},
{5,13,5,12,12,12,12,12,12,12,12,12,12,5,13,5,},
{1,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,},
}
};