The application offers a sudoku playing platform. The first version of the app enables user to input numbers of their choice to a text interface and let the application solve the sudoku automatically or solve it by themselves. User is also able to save their game and load a previous game.
Executing tests
mvn test
Test coverage report
mvn jacoco:report
Report can be viewed in target/site/jacoco/index.html
Command
mvn package
Generates jar-file to target-dictionary
JavaDoc can be generated with command
mvn javadoc:javadoc
JavaDoc can be viewed in target/site/apidocs/index.html
Style check with rules defined in checkstyle.xml
mvn jxr:jxr checkstyle:checkstyle
Possible errors can be viewed in target/site/checkstyle.html