Редактор поддерживает Русский язык и несколько файлов с упражнениями для демонстрации подгрузки файлов с сервера. Для подгрузки файлов с упражнениями разместите папку с проектом в открытой папке веб сервера. Упражнения распологаются в папке puzzles. Если вы придумаете новые упражнения, то буду рад их добавить к себе в репозиторий.
Modified version of Blockly editor with file load\save feature and C# code generation. For file load from server you can share Blockly on Web Server.
http://ranux.github.io/blockly-editor/
Open in browser code_editor.html
Default support is English and Russion, but you can turn on other languages in Code.js file.
Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.
The project page is https://developers.google.com/blockly/