
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 …
Blockly Announce - Google Groups
The migration of blockly, blockly-samples, and blockly-keyboard-experimentation is complete. GitHub
Blockly Summit 2025: New sessions in EdTech, AI, accessibility and …
Apr 3, 2025 · Discover how the Blockly community is shaping the future of block-based programming across AI/ML, EdTech, accessibility, robotics, and enterprise apps.
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 …
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.
Blockly Summit 2025: New talks and workshops, limited seats
Mar 7, 2025 · 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.
Cannot set a shadow block to take 'any' input? - Google Groups
Dec 31, 2024 · Goals: Create a basic single-input block that's auto connected to a shadow block that can take any type of input including a default blockly variable
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 …
Uncaught Error: JavaScript generator does not know how to …
Aug 7, 2024 · Prior to Blockly v10, when looking for a block generator function, the blockToCode method would look up the function on itself, i.e. look for this [blockType]. This created some …
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 …