Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.38 KB

README.md

File metadata and controls

58 lines (42 loc) · 1.38 KB

PPS-LiD (Lost in Dungeons)

This project is aimed to develop a rogue-lite game based on the famous DeadCells.

You will play the Hero, who will be inside dungeons, with random maps and enemies to face. You will try to advance and become stronger and stronger, but the truth is only one: there is no way out, and you will remain forever, lost in dungeons.

Continuous Integration

Status of compilation and testing after each push.

  • master branch:

    Continuous Integration

  • develop branch:
    Continuous Integration

Build

GitHub Workflow Status

The system uses Sbt as build system and dependency manager.

To build:

$ git clone https://github.com/LucaBazzo/PPS-LiD.git
$ cd PPS-LiD
$ sbt compile

To test:

$ sbt test

To execute:

$ sbt run

Usage

$ git clone https://github.com/LucaBazzo/PPS-LiD.git
$ cd PPS-LiD
$ sbt assembly

To launch the jar file:

$ java -jar target/scala-2.13/pps-lid-assembly-1.0.jar

Authors