View Single Post
Old 05-16-2008, 12:00 AM   #32 (permalink)
mrgoodnight
Zuner
 
mrgoodnight's Avatar
 
Join Date: Sep 2007
Location: [DMV] [M = Maryland]
Posts: 90
Reputation: 13
Send a message via AIM to mrgoodnight
$zB: 75
Donate
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;
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



mrgoodnight is offline   Reply With Quote