Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 881 Bytes

File metadata and controls

32 lines (26 loc) · 881 Bytes

blockly

blockly

blockly extensions for sumorobot programming

instrctions

  • just add the code from sumorobot.js to your Blockly JavaScript code
  • define the sumorobot toolbox
<xml id="toolbox" style="display: none">
  <block type="controls_if"></block>
  <block type="sumorobot_move"></block>
  <block type="sumorobot_sleep"></block>
  <block type="sumorobot_line"></block>
  <block type="sumorobot_enemy"></block>
</xml>

support

If you find our work useful, please consider donating : )
Donate using Liberapay

credits ^_^