Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo-Venturini authored Aug 1, 2023
1 parent aff39b9 commit 098f0f6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# PPS-22-plague
# PPS-22-plague 🧬🌍

[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/filippoventurini8/PPS-22-plague?label=latest-release)](https://github.com/FilippoVenturini8/PPS-22-plague/releases/tag/v1.0.0)
[![Test + Code Quality + Coverage](https://github.com/filippoventurini8/PPS-22-plague/actions/workflows/authomatic-tests.yml/badge.svg)](https://github.com/filippoventurini8/PPS-22-plague/actions/workflows/authomatic-tests.yml)

`PlagueDotScala` is a software inspired by the famous game `Plague Inc.`, by playing it you will be able to create a virus that will infect the world and your goal is to
complete the infection in all the world's regions before the discovery of a vaccine.

This project is developed for academic purposes for the course `Paradigmi di Progettazione e Sviluppo` of `University of Bologna` under the academic year 2022/2023.

## Usage

You can find the latest `jar` of the application inside the [`GitHub Release` section](https://github.com/FilippoVenturini8/PPS-22-plague/releases).
To execute the application, simply run:
```
$ java -jar `path-to-downloaded-jar`
```

## Documentation

A full report that contains the description about design and development process is available [here](https://filippoventurini8.github.io/PPS-22-plague/).

## Authors

- Filippo Venturini
Expand Down

0 comments on commit 098f0f6

Please sign in to comment.