It is a educational coding game where kids have to use code blocks to make traffic light work properly.
Build block code editor using blockly and traffic light using canvas.
Tools used - Javascript, Google Blockly, Phasor and Canvas
Blockly in a browser allows web pages to include a visual code editor for any of Blockly's five supported programming languages, or your own
- Pure JavaScript library
- 100% client side. No server side dependencies.
- Compatible with all major browsers: Chrome, Firefox, Safari, Opera, and IE
- Highly customizable and extensible.