A Blockly plugin.
npm install blockly-plugin-robocode
A Blockly plugin that ...
yarn add blockly-plugin-robocode
`$3
`
npm install blockly-plugin-robocode --save
`Usage
A toolbox is exported an can be used
`js
import * as Blockly from 'blockly';
import {robocodeTolbox} from '../src/index';// Inject Blockly.
const workspace = Blockly.inject('blocklyDiv', {
toolbox: robocodeTolbox,
});
``This plugin provides a Java parser and custom blocks in order to allow the creation of Robocode robots, only inheritance from Juniors Robot it's supported for now.
Only translation from "es" are available for now, you can create your own translatio file if you like to use a different language