Basic implementation of a navigational microworld interfaced by a block-based programming language.
- The UI is built with React
- The microworld is rendered on canvas
- The block-based programming language is built with Blockly
To install dependencies run: npm install
To run application run: npm start
(the application will be available on localhost:3000
)