Coding with blocks (using Blockly) is now available in master! The option is disabled by default, but if you change the following settings in webapp/config.py to:
'default_editor': '/blocks/edit',
'disable_editor_button': False,
...then you will be able to code your alarm clock using drag-and-drop blocks in a Blockly IDE! Click the right-most button above the editor, and you can switch back and forth between blocks and the generated Python. Saves and restores should work for both Blockly and Python as well, so it is easy to restore old files if you make a mistake.
Feel free to try it out and provide feedback if you find something inane!
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.