Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.42 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.42 KB

Scala Quest

Project for PPS course of the year 2020/2021.

Description

Scala Quest is a textual adventure game inspired by the series of children's gamebooks “choose your own adventure”.

Requirements

To play Scala Quest the following software are needed:

  • Scala version 2.12.8
  • sbt version 1.5.5

Compilation

To compile the sources into a runnable jar use the command:

sbt assembly

Test

To run all the tests use the command:

sbt test

Coverage

To verify the coverage of the application run all the tests with coverage enabled:

sbt clean coverage test

Then generate the reports:

sbt coverageReport

Download

Download the latest Jar file from this repository's releases page.

Usage

For Windows/Unix systems:

Start runnable Jar with the command:

java -jar /path/to/PPS-20-scala-quest-assembly-x.y.z-SNAPSHOT.jar

Authors

Developed for academic purpose by: