A an example to get you started to Yose the Game using Molecule.
It passes the first two challenges.
Fork me and clone your repository locally.
You will need Java 8 and Gradle to run this example.
Once you have gradle installed, build the application by running:
gradleIt will compile the application and run all the tests.
Simply run:
gradle run... open your browser and navigate to:
http://localhost:8080/pingIf you want to change the server port:
gradle run -Pport=9000To play the game, you will have to deploy the game to a server accessible from the game server.
If you want to try out the Heroku Cloud Plarform, I have included the Procfile and system.properties files required by Heroku.
I also set up the gradle stage command for you.
You should be able to deploy the application with a simple git push to Heroku