Scratch Blocks is a library for building creative computing interfaces.
Find a file
2016-07-14 15:39:41 -07:00
accessible Fix connection compatibility rules. Use the previous connection when 'pasting above' a block that already has a previous block. 2016-07-01 15:55:51 -07:00
appengine Updating URLs to reflect new docs. (#418) 2016-06-14 10:15:35 -07:00
blocks Move the change block to the variables category 2016-07-07 14:39:45 -07:00
core Correctly update variable list when pasting code 2016-07-14 15:39:41 -07:00
demos Lint and remove math_change wherever necessary 2016-07-07 14:40:59 -07:00
generators Create variable list, and use it for add and rename 2016-07-07 14:38:56 -07:00
i18n Handle non ascii characters in keys with an error. 2015-06-22 16:58:30 +02:00
media AccessibleBlockly (#354) 2016-05-23 16:42:18 -07:00
msg Lint and remove math_change wherever necessary 2016-07-07 14:40:59 -07:00
tests Lint and remove math_change wherever necessary 2016-07-07 14:40:59 -07:00
.eslintignore More lint and eslint configuration. 2016-05-25 15:35:11 -07:00
.eslintrc More lint and eslint configuration. 2016-05-25 15:35:11 -07:00
.gitignore Add lists_sort block. 2016-05-04 17:03:24 -04:00
.jshintignore Add basic lint options for npm 2015-08-03 20:34:07 +02:00
blockly_compressed.js Lint and remove math_change wherever necessary 2016-07-07 14:40:59 -07:00
blockly_uncompressed.js First pass at svg button in flyout 2016-07-07 14:35:30 -07:00
blocks_compressed.js Lint and remove math_change wherever necessary 2016-07-07 14:40:59 -07:00
build.py Updating URLs to reflect new docs. (#418) 2016-06-14 10:15:35 -07:00
dart_compressed.js Lint and remove math_change wherever necessary 2016-07-07 14:40:59 -07:00
javascript_compressed.js Lint and remove math_change wherever necessary 2016-07-07 14:40:59 -07:00
LICENSE Google open source policy compliance. 2016-04-11 17:25:48 -07:00
lua_compressed.js First pass at svg button in flyout 2016-07-07 14:35:30 -07:00
package.json Cleanup accessible Blockly. 2016-05-23 17:34:46 -07:00
php_compressed.js Lint and remove math_change wherever necessary 2016-07-07 14:40:59 -07:00
python_compressed.js Lint and remove math_change wherever necessary 2016-07-07 14:40:59 -07:00
README.md Readme typo (issue 42). 2015-01-08 09:57:28 -08:00

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/