Scratch Blocks is a library for building creative computing interfaces.
Find a file
marisaleung ee58eb4791 Merge pull request #1079 from marisaleung/develop
Created separate file for VariableMap
2017-05-04 12:41:36 -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 Merge branch 'develop' into develop 2017-05-04 12:38:15 -07:00
demos New jsinterpreter demo includes wait block. Both demos have improved UI for clarity. (#1001) 2017-05-01 17:28:34 -07:00
generators VariableMap and functions added. 2017-05-03 10:51:24 -07:00
i18n Update RegEx in js-to-json to match windowi eol (#1050) 2017-04-18 13:54:12 -07:00
media Add functionality for playing audio files. 2016-08-09 17:29:53 -07:00
msg Merge pull request #1071 from marisaleung/develop 2017-05-03 13:20:05 -07:00
scripts Merge master into develop (#1063) 2017-04-24 16:08:21 -07:00
tests Merge branch 'develop' into develop 2017-05-04 12:38:15 -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
.travis.yml Merge master into develop (#1063) 2017-04-24 16:08:21 -07:00
blockly_compressed.js Merge master into develop (#1063) 2017-04-24 16:08:21 -07:00
blockly_uncompressed.js Created separate file for VariableMap 2017-05-03 17:04:15 -07:00
blocks_compressed.js Merge master into develop (#1063) 2017-04-24 16:08:21 -07:00
build.py Update help URL per #937. 2017-02-28 08:38:37 -08:00
CONTRIBUTING.md Cherrypick fixes made directly to master back into develop (#619) 2016-09-07 11:50:50 -07:00
dart_compressed.js Merge master into develop (#1063) 2017-04-24 16:08:21 -07:00
javascript_compressed.js Merge master into develop (#1063) 2017-04-24 16:08:21 -07:00
LICENSE Google open source policy compliance. 2016-04-11 17:25:48 -07:00
lua_compressed.js Merge master into develop (#1063) 2017-04-24 16:08:21 -07:00
package.json use pretest instead of preinstall in package.json (#1043) 2017-04-13 15:23:48 -07:00
php_compressed.js Merge master into develop (#1063) 2017-04-24 16:08:21 -07:00
python_compressed.js Merge master into develop (#1063) 2017-04-24 16:08:21 -07:00
README.md Enable google/blockly with continuous build on travis ci (#1023) (#1035) 2017-04-11 13:38:11 -07:00

Blockly Build Status

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.