pac-man maze

Text

No description

Guest

Download Edit

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