blockly-editor
blockly-editor copied to clipboard
Modified version of blockly editor with file load/save and C# code generation.
О Проекте
Редактор поддерживает Русский язык и несколько файлов с упражнениями для демонстрации подгрузки файлов с сервера. Для подгрузки файлов с упражнениями разместите папку с проектом в открытой папке веб сервера. Упражнения распологаются в папке puzzles. Если вы придумаете новые упражнения, то буду рад их добавить к себе в репозиторий.
About this Project
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.
See editor
http://ranux.github.io/blockly-editor/
Run
Open in browser code_editor.html
Language support
Default support is English and Russion, but you can turn on other languages in Code.js file.
About Blockly
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/
