First of all, go to http://monkeymusicchallenge.com, sign up and get your API key.
For this starter kit, you will need basic knowledge of:
Make sure to have Maven installed on your system.
Also, if you run into trouble, make sure to use the latest version of Java.
Start by forking this repository to your own GitHub user.
Then, open up a terminal and:
git clone [email protected]:<username>/java-starter-kit.git
cd java-starter-kit
mvn package
java -jar target/warmup.jar <your-team-name> <your-api-key> <game-id>
Use Eclipse or IDEA? Run mvn eclipse:eclipse
or mvn idea:idea
and then import into your favorite IDE.
Issues with maven
or java
? Did you remember to upgrade your Java to version 1.8?
These are all UNIX commands. Got Windows? We recommend Cygwin.
Make sure to surf to your game page before running the above commands...
Your monkey is waiting for you!
Have fun!
When you find bugs in our code, please submit an issue or pull request to our original starter kit repository.