google / blockly-games

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

dev. How could I add some new changeable mazes in this code? #248

Closed lyquentxy closed 5 months ago

lyquentxy commented 5 months ago

I‘m using pycharm to edit this code,but I couldn't open the maze's index.while I open it ,it just blank. In the other side,when I try to run the main,js in the maze,there's always a problem about the goog.closure. thanks for anyone’s helps.

NeilFraser commented 5 months ago

I would recommend going through the build process described here: https://github.com/google/blockly-games/wiki/Build That will resolve the goog.closure problem, amongst others.