
Blockly - Google Groups
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 you've found a bug, please report it over …
How to add a custom logic block with block-plus-minus
Aug 31, 2023 · The code generation step for your custom blocks is a separate concern. The block-code generator function doesn't need to know that your block has a mutator or plus and minus buttons. It …
Blockly Summit 2025: New sessions in EdTech, AI, accessibility and more
Apr 3, 2025 · Attend 50 newly added talks and workshops covering block-based programming topics in EdTech, Robotics, AI & ML, Accessibility, and Enterprise use of Blockly.
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 …
Including Blockly in NextJS or SolidStart - Google Groups
Feb 15, 2023 · The web frameworks I am familiar with are NextJS (react & webpack) and SolidStart (solidjs & vite), no preferences.
Blockly Games Movie 08 - Google Groups
Nov 30, 2017 · Thanks for your help. I was able to correct this puzzle. The green ball needed to be drawn for the second half of the movie, not just the last frame of the movie. Thanks!
C++ Code generator for Blockly - Google Groups
Feb 20, 2019 · Blockly isn't statically typed by default. C++ is. It's way easier to make Blockly work with static types (there's native support, you just have to set it up) than to build the necessary C++ …
How I can create Blockly with C# - Google Groups
May 4, 2019 · To create your own C# generator it is best to start with one of the existing generator files and slowly convert it over to C#. It will be trickier because C# is a strongly typed language, but strong …
Blocky Games: Turtle 9 - Google Groups
Jun 5, 2020 · Hello, Attached is an animation showing the difference between the expected solution and your solution. As one can see, there's a slight difference in the angle of the moon. Instead of "left by …
Blockly with Raspberry PI GPIO/RPIO libaries - Google Groups
Feb 16, 2015 · I'm currently trying to further develop my project by doing what I have already done in Python, in blockly - which is to control a JunkBot (Consisting of pens, a motor and a base robot body) …