Open links in new tab
  1. Blockly - Google Groups

    Mar 13, 2026 · Welcome to the Blockly developers group! Feel free to post questions about developing with Blockly, demos of things you've built, or make suggestions for features you'd like to see in the …

  2. Blockly v11 is here! + Q2 Announcements - Google Groups

    May 21, 2024 · Blockly Newsletter Q2 2024 Key Highlights & Announcements Our v11 release is here! This is a big release with many new features supporting customizability. Check out the full release …

  3. Blockly Games: Bird - level 9 - Google Groups

    Feb 28, 2023 · This gets the bird further along, but she then gets stuck with the "y < 60" condition intended for flying away from the worm, since that also applies when she flies towards the nest. The …

  4. Blockly Announce - Google Groups

    Dec 3, 2025 · The migration of blockly, blockly-samples, and blockly-keyboard-experimentation is complete. GitHub

  5. Solve this Google Blockly maze - Stack Overflow

    Solve this Google Blockly maze Asked 6 years, 11 months ago Modified 2 years ago Viewed 3k times

  6. Blockly v12: Core Updates, Refreshed Docs & Summit Details Inside

    May 19, 2025 · Blockly v12 enables a new keyboard-accessible experience when coupled with our new keyboard-navigation plugin. The plugin is currently in beta in the blockly-keyboard-experimentation …

  7. Changing the default prompt in blockly - Google Groups

    Sep 18, 2023 · You can call Blockly.dialog.setPrompt (function (message, defaultValue, callback) { // your code here }); to set the callback function that will be run whenever a prompt should appear. This …

  8. How do I install Blockly? - Google Groups

    Aug 31, 2023 · Blockly is a front-end library, not an application itself. It is meant to be incorporated into a web page or web application. You can use Blockly to design an application that teaches people how …

  9. What is the correct html code to access Blockly Factory code?

    Jan 10, 2024 · What is the correct html code to access Blockly Factory code? Asked 2 years, 2 months ago Modified 2 years, 2 months ago Viewed 65 times

  10. How to generate blocks from code in blockly? - Stack Overflow

    Dec 11, 2017 · I have a blockly application which generates some output code. Now, is it possible to write some function which will take my output code and will put corresponding blocks on workspace. …