|
Experienced Zuner
Join Date: Feb 2008
Posts: 119
|
a few levels (don't use the blank one, that's just for me to use as a template)
I've included the other piece of coding you have to put in as well,
Also i haven't tried any of these out because i don't have vc# on this computer but hopefully they'll be okay,
case 30: level1 = new int[,]
{{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0}};
break;
case 30: columns = 13;
break;
case 31: level1 = new int[,]
{{1,1,1,2,2,2,3,3,3,4,4},
{1,11,1,2,11,2,3,11,3,4,11},
{1,1,1,2,2,2,3,3,3,4,4},
{6,6,6,7,7,7,8,8,8,9,9},
{6,11,6,7,11,7,8,11,8,9,11},
{6,6,6,7,7,7,8,8,8,9,9},
{10,0,0,0,0,0,0,0,0,0,10},
{0,10,0,0,0,0,0,0,0,10,0},
{0,0,10,0,0,0,0,0,10,0,0},
{0,0,0,10,0,0,0,10,0,0,0},
{0,0,0,10,0,0,0,10,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0}};
break;
case 31: columns = 13;
break;
case 32: level1 = new int[,]
{{1,1,1,1,1,1,1,1,1,1,1},
{1,2,2,2,2,2,2,2,2,2,1},
{1,2,3,3,3,3,3,3,3,2,1},
{1,2,3,4,4,4,4,4,3,2,1},
{1,2,3,4,5,5,5,4,3,2,1},
{1,2,3,4,5,11,5,4,3,2,1},
{1,2,3,4,5,5,5,4,3,2,1},
{1,2,3,4,10,11,10,0,0,2,1},
{1,2,3,10,0,0,0,10,0,2,1},
{1,2,10,0,0,0,0,0,10,2,1},
{1,10,0,0,0,0,0,0,0,10,1},
{10,0,0,0,0,0,0,0,0,0,10},
{0,0,0,0,0,0,0,0,0,0,0}};
break;
case 32: columns = 13;
break;
|