Skip to content

A block-based language for the Sumo competition of the Roboliga Virtual (https://virtual.roboliga.ar/)

License

Notifications You must be signed in to change notification settings

RichoM/webots-blockly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webots-blockly

Open the editor

Instructions

To start the server:

$ npm run server

To start the desktop app:

$ npm run desktop

To install dependencies (I add this mostly as a reminder to myself):

$ npm install

To package the application as a desktop executable you will need electron-packager installed globally (npm install electron-packager -g) and then run:

$ electron-packager . webots-blockly --platform win32 --arch=ia32 --out=out --overwrite