pac-man-level

Text

No description

Guest

Download Edit

uint8_t levels[1][14][16] = {
{
{0,4,4,4,6,4,4,4,4,4,4,6,4,4,4,2,},
{5,12,12,12,5,12,12,13,13,12,12,5,12,12,12,5,},
{5,12,12,12,5,12,12,12,12,12,12,5,12,12,12,5,},
{5,92,92,12,1,4,2,12,12,0,4,3,12,92,92,5,},
{5,92,92,12,12,12,5,12,12,5,12,12,12,92,92,5,},
{5,92,92,92,92,12,12,12,12,12,12,31,92,0,4,34,},
{35,4,2,31,31,12,5,12,12,5,12,31,31,30,96,5,},
{5,91,31,12,12,12,5,12,12,5,12,12,12,30,96,5,},
{35,4,3,31,12,12,5,12,12,5,12,12,31,1,4,34,},
{5,31,31,12,12,0,3,12,12,1,2,12,12,31,31,5,},
{5,31,12,12,31,5,12,12,12,12,5,31,12,12,31,5,},
{5,12,12,31,31,5,12,12,12,12,5,31,31,12,12,5,},
{5,12,31,31,31,5,12,13,13,12,5,31,31,31,12,5,},
{1,4,4,4,4,7,4,4,4,4,7,4,4,4,4,3,},
}
};