summaryrefslogtreecommitdiff
path: root/blockly/README.md
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2016-09-10 17:58:46 -0500
committerDavid Barksdale <amatus@amatus.name>2016-09-10 18:32:35 -0500
commit475f9f3ac7688e58505690d420cafe6ae8bb8b5f (patch)
treeb1bf14b10751fe4e9e146ad7244ec86bb123893d /blockly/README.md
parent923561056ddb63ce82fd1ec2a5e249bbdae267bf (diff)
Merge blockly sub-tree
Diffstat (limited to 'blockly/README.md')
-rw-r--r--blockly/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/blockly/README.md b/blockly/README.md
new file mode 100644
index 0000000..fd626a4
--- /dev/null
+++ b/blockly/README.md
@@ -0,0 +1,8 @@
+# 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/**
+
+![](https://developers.google.com/blockly/images/sample.png)