Open links in new tab
  1. Blockly - Google Groups

    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 future. But if …

  2. Blockly Announce - Google Groups

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

  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 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 …

  5. Try AI Integrated Blockly workspace demo - TutoriaLLM

    Nov 7, 2024 · To intergrate LLM (AI) into programming education, I have used Blockly as the framework of code editor, and intergrate LLM throughout workspace to toolbox of Blockly.

  6. Blockly Summit 2025: New talks and workshops, limited seats | June 3 …

    June 3-4, 2025 Seattle, WA USA The Blockly Summit isn't just another conference. It's where our community meets to demo product innovations, share ideas, and experience our real-world impact. …

  7. blockly game - Google Groups

    Nov 8, 2021 · Blockly is just a set of libraries that help you set up the visual blocks editor, then you have to create blocks that make sense for your game, for example a "move forward" block.

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

    Nov 30, 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. …

  9. 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 …

  10. How to install Blockly on Windows? - Google Groups

    Jun 16, 2022 · Blockly isn't an end-user product. Blockly is a library that enables software developers to embed block-based programming editors into *their* end-user products.