- var STARTER_CODE = "/**\n\
- * Welcome to the Stanford Karel IDE.\n\
- * This is a free space for you to \n\
- * write any Karel program you want.\n\
- **/\n\
- function main(){\n\
- //your code here\n\
- }\n";
- var WORLDS = [
- '15x15',
- '9x9',
- '8x8',
- '7x7',
- '5x5',
- '4x4',
- '3x3',
- 'maze'
- ]
- var INITIAL_WORLD = '15x15'