This is a pre-configured easy to use implementation of Google Blockly.
Now, what is 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.
source: GitHub - google/blockly: The web-based visual programming editor.
- reponsive display
- all blocks are usable (except
print
wich is replaced withlog
) - javascript code export
- a text area to display generated code
- a reset button to regenerate code
- a play button to run the code in the browser
- a text area to display the console output
- a clear button to clear the console output
- interception and display of errors in the console output
- auto-backup blocks in local storage
- auto-restore blocks from local storage
- only javascript code export (no php, no python, etc)
- linux, mac os, windows
- git
- nodejs, npm, bower
- xdg-open (optional for linux)
Launch a terminal and type:
git clone https://github.com/jibundeyare/blockly.git
In the terminal, type:
cd blockly
bower install
With linux, in the terminal, type:
xdg-open index.html
Or with linux, mac os or windows:
- launch your file explorer
- go to the source directory
- right click on
index.html
and selectopen
- your web browser should open and display blockly
Enjoy ;)
- write french documentation
- use sass instead of plain css
- Google Blockly [Blockly | Google Developers] (https://developers.google.com/blockly/) GitHub - google/blockly: The web-based visual programming editor.
- iconmonstr-video-13-64.png source: Video 13 - PNG - iconmonstr
- iconmonstr-x-mark-4-64.png source: X Mark 4 - PNG - iconmonstr
- iconmonstr-recycling-11-64.png source: Recycling 11 - PNG - iconmonstr