Skip to content

Project for PPS course of the year 2020/2021. Scala Quest is a textual adventure game inspired by the series of children's gamebooks “choose your own adventure”.

Notifications You must be signed in to change notification settings

Tale152/PPS-20-pps-sq

Repository files navigation

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:

About

Project for PPS course of the year 2020/2021. Scala Quest is a textual adventure game inspired by the series of children's gamebooks “choose your own adventure”.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •