0.5.5 • Published 2 years ago

blockly-plugin-robocode v0.5.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

blockly-plugin-robocode Built on Blockly

A Blockly plugin that ...

Installation

Yarn

yarn add blockly-plugin-robocode

npm

npm install blockly-plugin-robocode --save

Usage

A toolbox is exported an can be used

import * as Blockly from 'blockly';
import {robocodeTolbox} from '../src/index';

// Inject Blockly.
const workspace = Blockly.inject('blocklyDiv', {
  toolbox: robocodeTolbox,
});

API

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

License

Apache 2.0

0.5.4

2 years ago

0.5.3

2 years ago

0.5.5

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.2

2 years ago

0.3.3

2 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago