mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Turn on esper
This commit is contained in:
parent
c707129b5e
commit
c6392e0f74
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports.createAetherOptions = (options) ->
|
|||
throw new Error 'Specify a code language to create an Aether instance' unless options.codeLanguage
|
||||
|
||||
useInterpreter = options.useInterpreter
|
||||
defaultToEsper = false #switch options.codeLanguage
|
||||
defaultToEsper = true #switch options.codeLanguage
|
||||
# when 'python' then me.level() < 15 # Esper currently works well until using range()
|
||||
# when 'javascript' then me.level() < 22 # Esper currently works well until using hero.myFn = function() pattern
|
||||
# when 'lua' then me.level() < 10 # Functions don't work in Esper yet, can't play forest function levels
|
||||
|
|
Loading…
Reference in a new issue