Master-Bw3 / Vexcode-Javascript-Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: CURRENTLY UNTESTED

Vexcode Javascript Template

This template allows you to program the V5 robot with Javascript by transpiling to Python

How to use:

  1. Install the vexcode extension for vscode

  2. Install node modules:

npm install
  1. Write your code inside of src/js

  2. Transpile your code to python by running the Transpile task

  3. Download your code onto the V5 brain using the vexcode extension

About

License:MIT License


Languages

Language:JavaScript 96.3%Language:Python 3.7%