--
You received this message because you are subscribed to a topic in the Google Groups "Blockly" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/blockly/LKa3lZu87mM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to blockly+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I'm teaching my grandkids how to program with the "hour of code".
Blocks vs text makes sense for the youngest, so I'd like to figure out how to "blockify" Pencil Code.How would I go about doing this?
--
--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Very nice, thanks! Good to see how approachable Blockly is.I did look at a lot of the hour of code, but just a few with Blockly. Mainly to see how the web pages worked, and how to show the kids the text behind the blocks.
One question: do people have difficulty transitioning from block style to script style?
Hi Owen,Are you taking a crack at looking at blockly for pencilcode? I haven't started looking at blockly yet, but if you are, I'd like to help you out (esp on the pencilcode side). Over the holidays I'm trying to get pencilcode set up so that we can it's easier for contributors to contribute.
I think it would be ideal to try to get something working where user.pencilcode.net/blockly/projectname lets kids see a blockly-based editor for their pencil code projects (at least for their programs that are simple enough to be expressed in blockly). I figure that the four things to do are...(1) Actually set up pencilcode so that more than one person can develop and test it (that's what I'm looking at right now - I've not looked at anything below this line yet).(2) Build a set of blockly blocks appropriate to pencilcode.(3) Build cs->blockly->cs conversion that we're happy with, to allow kids to load and save projects(4) Stitch in the blockly editor into the pencilcode ui, probably at /blockly/ instead of /edit/