blockly extensions for sumorobot programming
- 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>