/WOPR-JR

our 2017 robot

Primary LanguageJavaOtherNOASSERTION

WOPR-JR

Code for our 2017 Competition robot.

Currently in prototype stage

Getting Started

Clone the repository:

git clone https://github.com/LN-STEMpunks/WOPR-JR.git && cd WOPR-JR

Now, cd project

Download this, unzip, and follow the readme.

Developing

First, follow Getting Started, then:

We will push straight to master. But, before you do, make sure the code runs.

ant compile

If these run fine, then run:

git add $FILES where $FILES are the files you want to commit. (most likely project/ or CHANGELOG.md)

git commit -m "MESSAGE HERE" replacing MESSAGE HERE with whatever message you want to use.

git push

Process

Written by the L&N STEMpunks. More specifically, the programming team.

We use Travis, Git, Java, Python3, and primarily VSCODE and eclipse to develop this.

We also have a python version, which is meant to be equivelant to the java version, but more Pythonic.

Ben Klein wrote most of the base, which was then refactored by Cade Brown.

Licensing

See LICENSE.md for an explanation, or our full licensing page.

Essentially, this repo is GPLv3 with some BSD and Apache components.

2017 L&N STEMpunks