The goal of ROSette (working title) is to teach programming & the fundamentals of building a robot. It has taken inspiration from great educational tools like Code.org and Scratch
This project is in very early development. Expect bugs.
Currently there is no frontend to this project.
- Install Gradle
- Clone this repository into a directory of your choice
To run the JVM tests:
- Run "gradle :jvm-frontend:build" in your terminal/command prompt to build the project
- Run "gradle :jvm-frontend:test" to run all unit tests
To run the JS tests:
- Install Node.js
- Run "gradle :web-frontend:build" in your terminal/command prompt to build the project
- Run "gradle :web-frontend:test" to run all unit tests
Alternatively, this repository can be added to IntelliJ IDEA.