Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 526 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 526 Bytes

Blockly Navigational Microworld

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)