google / blockly-games

Games for tomorrow's programmers.
https://blockly.games/
Apache License 2.0
1.28k stars 603 forks source link

Update puzzles #112

Closed gterzopoulos closed 5 years ago

gterzopoulos commented 5 years ago

Greeting and congrats about the project. I am interested in creating a mobile game with blockly game for educational and research purposes. Can levels for each game be edited so that a teacher for example to give certain levels to his students to solve?

NeilFraser commented 5 years ago

The level maps are defined here and are really easy to change: https://github.com/google/blockly-games/blob/master/appengine/maze/js/maze.js#L114

Interactive help for each level is trickier. The help contents are defined here: https://github.com/google/blockly-games/blob/master/appengine/maze/template.soy#L116 And the triggers are defined here: https://github.com/google/blockly-games/blob/master/appengine/maze/js/maze.js#L600