Initial commit.

This commit is contained in:
Woody Folsom
2012-03-06 11:42:35 -05:00
commit 8e83234a87
124 changed files with 9621 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package dk.itu.mario.MarioInterface;
public interface Constraints {
// the submitted level should has exactly the following information
public static int levelWidth= 320;
public static int gaps = 10;
public static int turtels = 7;
public static int coinBlocks = 10;
}