Divide and conquer
I figure it was time to make a new project post for those who want to understand and learn how to create blocks for Otto Blockly. I will do my best to attempt to reverse engineer what was given to me and how it works. So in this Otto Blockly blocks planning - Google Sheets is where all magic happens:
- Block Visual = this tab on the spreadsheet shows what the block will look like. This can be achieved using The Block factory or screenshots of similar blocks
- includes[] = this will include the needed libraries for... (More)