# RobotSimulator ### How to run the program * Please make sure you have Java 8 SDK installed first. * If you have `gradle` installed, then just run `gradle build`. Otherwise type `./gradlew build` or `./gradlew.bat build` in your terminal to build the project. Then open `build/reports` folder to see checkstyle, unit test, code coverage results. Jacoco html reports in the folder of `build/jacocoHtml`. * Type `gradle run` to run the Robot Simulator Application, and you will see some output based on the `src/main/resources/input.txt` file. (` ./gradlew run` or ` ./gradlew.bat run`) ### Features * Checkstyle for code style * Gradle for project build * 100% code coverage (Jacoco) * All tests passed with Junit.