Skip to content

Demo for Software Development Methods class, University of Helsinki, spring 2020

Notifications You must be signed in to change notification settings

otsohelos/ot_harjoitustyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MapGenerator

Demo for Software Development Methods class, University of Helsinki, spring 2020

By Otso Helos

About the app

MapGenerator is a desktop app that generates random maps. It's intended for RPG players, creative writers, and anyone who enjoys nice maps of imaginary places.

MapGenerator is done with Java 11 and JavaFX. A working version will be finished during April 2020.

Releases

Final release

Documentation

Software Requirements Specification

Software Architecture

User Manual

Test Report

Log of working hours

Command Line Commands

Testing

Perform tests:

mvn test

Create test coverage report:

mvn jacoco:report

Coverage report can be found at target/site/jacoco/index.html

Generate runnable jar file

Generate runnable jar fine:

mvn package

Runnable jar file MapGenerator-1.1-SNAPSHOT.jar can be found in target

Command to run jar file:

 java -jar MapGenerator-1.1-SNAPSHOT.jar

JavaDoc

Generate JavaDoc:

mvn javadoc:javadoc

JavaDoc can be found at target/site/apidocs/index.html

Checkstyle

Perform checks defined in checkstyle.xml:

 mvn jxr:jxr checkstyle:checkstyle

Possible errors can be found at target/site/checkstyle.html

About

Demo for Software Development Methods class, University of Helsinki, spring 2020

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages