Snake and Ladders JAVA API

Requirements

  • JDK 1.8+
  • Maven 3.3+

API Documentation

  1. run maven command $> mvn javadoc:javadoc
  2. Open doc file target/site/apidocs/index.html

Code Coverage

  1. run maven command $> mvn cobertura:cobertura
  2. Open html test coverage file: target/site/cobertura/index.html