Currently this emulates a JS interpreter with Graphics, and 2500 vars storage - similar to Bangle.js
There's some stuff that would be really neat though:
- Support for emulating different types of board
- Robot support! We could have a WebGL virtual world and an emulated robot controlled by the emulated Espruino
Very basic digital IO is done - you can play t-rex now! https://www.espruino.com/ide/emulator.html?codeurl=https://raw.githubusercontent.com/espruino/BangleApps/master/apps/trex/trex.js - so actually hooking on to this to do robots should be relatively easy