mattteochen / IS23-AM10

2023 software engineering project for Polimi
MIT License
1 stars 2 forks source link

MyShelfie - IS23AM10

Actions Status Coverage

MyShelfie

The project

This Java project is a porting of the boardgame MyShelfie by Cranio Creations. It was realized as final project of the Software Engineering course at Politecnico di Milano.

The team

Group 10 (Prof. Alessandro Margara)


Status of the work

Functionality Status
Basic rules :white_check_mark:
Complete rules :white_check_mark:
Socket connection :white_check_mark:
RMI connection :white_check_mark:
CLI :white_check_mark:
GUI :white_check_mark:
Multiple games :white_check_mark:
Persistence :x:
Resilience :white_check_mark:
Chat :white_check_mark:
Legend Symbol Functionality status
:white_check_mark: Completed
:ballot_box_with_check: Planned, not started yet
:construction: Work in progress
:x: Not planned to be implemented

How to Play

MyShelfie Box

Run the app with the following command line arguments:

🔶 = Command only works in client mode. Will be ignored if launched in server mode.

🔷 = Command only works in server mode. Will be ignored if launched in client mode.


Development

Project works fine as a stand-alone Maven project.

Generate Jacoco test coverage report

To generate test coverage report launch JaCoCo with the following command from <REPOSITORY_DIRECTORY>/is23am10:

mvn clean jacoco:prepare-agent install jacoco:report

or use the button under "Favorites" in your Maven left-side panel if you use the VSCode dev container.

Generate Javadoc

Use the command mvn javadoc:javadoc to generate the HTML. You'll find the artifact in target/site/apidocs.

Legal

My Shelfie è un gioco da tavolo sviluppato ed edito da Cranio Creations Srl. I contenuti grafici di questo progetto riconducibili al prodotto editoriale da tavolo sono utilizzati previa approvazione di Cranio Creations Srl a solo scopo didattico. È vietata la distribuzione, la copia o la riproduzione dei contenuti e immagini in qualsiasi forma al di fuori del progetto, così come la redistribuzione e la pubblicazione dei contenuti e immagini a fini diversi da quello sopracitato. È inoltre vietato l'utilizzo commerciale di suddetti contenuti.

The software is released under MIT License, see LICENSE.