View Single Post
Old 05-16-2008, 01:00 AM   #32 (permalink)
mrgoodnight
Experienced Zuner
 
mrgoodnight's Avatar
 
Join Date: Sep 2007
Location: Arizona
Posts: 219
mrgoodnight is on a distinguished road
Send a message via AIM to mrgoodnight
Default

Heres my level. A suggestion would be level selection. After I made my level, i coded it as the first level so i wouldn't have to play threw all 11 levels to get to the one i made.

Quote:
case 12: level1 = new int[,]{{2,3,1,1,2,2,2,1,1,3,2},
{1,3,0,1,0,0,0,1,0,3,1},
{2,2,2,3,1,0,1,3,2,2,2},
{0,3,0,0,0,0,0,0,0,3,0},
{1,0,2,2,2,0,2,2,2,0,1},
{0,0,0,0,3,0,3,0,0,0,0},
{2,2,2,0,3,0,3,0,2,2,2},
{0,3,1,0,3,0,3,0,1,3,0},
{1,0,2,2,2,0,2,2,2,0,1},
{3,0,0,0,1,0,1,0,0,0,3},
{2,2,2,0,1,0,1,0,2,2,2},
{0,0,3,0,1,0,1,0,3,0,0},
{1,3,2,2,2,0,2,2,2,3,1}};
break;
__________________
blue zune hd 32gb --->http://twitpic.com/photos/T_goodnight
"zune hd: "its way better...if you just want to listen to music"






mrgoodnight is offline