Skip to content

Blocky


Blockly, a visual programming language, is a web-based, client-side programming environment that allows users to create block-based programs by dragging and dropping blocks. The blocks represent coding concepts, and users can snap them together to create programs that can be executed. Blockly is designed to be intuitive and easy to use, making it a popular choice for teaching programming concepts to beginners.


How to Use Blockly

  1. Drag and drop the desired Blockly function block from the Language tab of the Toolbox panel onto your device.
  2. Double-click on the block to open the Blockly editor and integrate the programming process by connecting the program blocks together. These blocks are readily available in the Blockly library. Your task is to enter the required parameters and perform programming accordingly.
  3. Once you have completed the programming process, click on the checkmark icon in the top-right corner of the editor to save and exit. Your function block is now ready to be used.

Sample Usage


See Also