Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ level-generation.js
File
level-generation.js
app/lib/level-generation.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
_ = require(
'lodash'
)
2
const
schemas = require(
'../schemas/schemas'
)
3
const
levelSchema = require(
'../schemas/models/level'
)
4
const
terrainGeneration = require(
'./terrain-generation'
)
Callers
nothing calls this directly
Calls
15
generateProperty
Function · 0.85
addGoal
Function · 0.85
loadThangTypes
Function · 0.85
createEssentialComponents
Function · 0.85
generateRandomCodeForApis
Function · 0.85
updateProgrammableConfig
Function · 0.85
parseActions
Function · 0.85
permuteActions
Function · 0.85
compileActions
Function · 0.85
repositionFriendsAndExplosives
Function · 0.85
shiftLayout
Function · 0.85
layoutsAreEquivalent
Function · 0.85
Tested by
no test coverage detected