pac-man

Text

No description

Guest

Download Edit

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