Scratch Blocks is a library for building creative computing interfaces.
Find a file
2017-05-03 10:51:24 -07:00
accessible Adding the common modal class. (#1017) 2017-04-05 16:06:45 -07:00
appengine Reduce number of Closure files in App Engine upload. 2017-01-15 19:52:34 -08:00
blocks Making text_count use a text color (like text_length, which also returns a number). (#1027) 2017-04-10 16:26:30 -07:00
core VariableMap and functions added. 2017-05-03 10:51:24 -07:00
demos - Allows use of Blockly's messaging format for category name, colour,… (#1028) 2017-04-07 15:32:50 -07:00
generators VariableMap and functions added. 2017-05-03 10:51:24 -07:00
i18n - Changed error message referencing 'procedure' instead of 'function' (#1019) 2017-04-06 12:41:09 -07:00
media Add functionality for playing audio files. 2016-08-09 17:29:53 -07:00
msg VariableMap and functions added. 2017-05-03 10:51:24 -07:00
tests VariableMap and functions added. 2017-05-03 10:51:24 -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
.npmrc Setting up npm registry for this repo. (#520) 2016-08-19 03:58:43 -07:00
blockly_compressed.js - Allows use of Blockly's messaging format for category name, colour,… (#1028) 2017-04-07 15:32:50 -07:00
blockly_uncompressed.js rebuild develop (#996) 2017-03-23 11:33:25 -07:00
blocks_compressed.js rebuild develop (#996) 2017-03-23 11:33:25 -07:00
build.py Update help URL per #937. 2017-02-28 08:38:37 -08:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-08-29 11:03:08 -07:00
dart_compressed.js update from master + build 2017-03-22 10:05:20 -07:00
javascript_compressed.js update from master + build 2017-03-22 10:05:20 -07:00
LICENSE Google open source policy compliance. 2016-04-11 17:25:48 -07:00
lua_compressed.js update from master + build 2017-03-22 10:05:20 -07:00
package.json Use the npm closure library instead of the same library installed at a parallel directory 2017-01-10 23:02:26 -06:00
php_compressed.js update from master + build 2017-03-22 10:05:20 -07:00
python_compressed.js update from master + build 2017-03-22 10:05:20 -07:00
README.md Add links to the dev registration form and contributor guidelines 2017-04-04 16:40:40 -07: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/

Blockly has an active developer forum. Please drop by and say hello. Show us your prototypes early; collectively we have a lot of experience and can offer hints which will save you time.

Help us focus our development efforts by telling us what you are doing with Blockly. The questionnaire only takes a few minutes and will help us better support the Blockly community.

Want to contribute? Great! First, read our guidelines for contributors.