mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Scratch Blocks is a library for building creative computing interfaces.
* warn user upon refreshing page and leaving page (by going to prev page or by exiting the window or tab) * alert upon leaving page ONLY when unsaved changes * nit remove log * no alert when on starter block, added clarifying comment |
||
---|---|---|
accessible | ||
appengine | ||
blocks | ||
core | ||
demos | ||
generators | ||
i18n | ||
media | ||
msg | ||
tests | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.jshintignore | ||
.npmrc | ||
blockly_compressed.js | ||
blockly_uncompressed.js | ||
blocks_compressed.js | ||
build.py | ||
dart_compressed.js | ||
javascript_compressed.js | ||
LICENSE | ||
lua_compressed.js | ||
package.json | ||
php_compressed.js | ||
python_compressed.js | ||
README.md |
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/