Some weird thing I made that does mario stuff It's somewhat a level builder, you can't play test it though Just construct the level to your hearts content. :) Controls: A and D = Change Block Left and Right = Scroll Stage Click = Place Selected Block Space = Export and View Array (optional not needed at all, just left it in there so those who are curious could see what the array would like.)
A little history ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ So this was actually for our vex V5 robot, this level builder allowed me to construct full Mario levels. Then I would export them as a line of data onto a text file, and then I would just copy and paste that data onto the code into an array and it would work perfectly. It was so we could play Mario levels as well as custom ones.