Skip to content

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

Notifications You must be signed in to change notification settings

LucaBazzo/PPS-LiD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages