GithubHelp home page GithubHelp logo

davide-mozzi / eriantys Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 87.13 MB

An implementation of the tabletop game Eriantys as the 2022 Software Engineering final examination project at Politecnico di Milano.

Home Page: https://davide-mozzi.github.io/Eriantys/

Java 99.97% CSS 0.03%

eriantys's Introduction

Eriantys

Build Test CodeAnalysis

An implementation of the tabletop game Eriantys as the 2022 Software Engineering final examination project at Politecnico di Milano.

Development Team

Implemented features

Functionality State
Simplified Mode ๐ŸŸข
Expert Mode ๐ŸŸข
CLI ๐ŸŸข
GUI ๐ŸŸข
Character Cards ๐ŸŸข
4-Player Mode ๐Ÿ”ด
Multiple Games ๐ŸŸข
Persistence ๐Ÿ”ด
Disconnection Handling ๐ŸŸข

Usage

The project is built upon Java SDK 17.

Server

A server can be instantiated with the following command.

java -jar Eriantys-Server.jar [--port PORT]

By default, the port on which the server runs is 9133. The --port optional argument can be replaced with the abbreviation -p.

Client

A client can be instantiated with the following command.

java -jar Eriantys-Client.jar [--address IP] [--port PORT] [--interface TYPE]

By default:

  • the IP address used for the TCP connection is localhost;
  • the user-interface is of type GUI.

The --address optional argument can be replaced with the abbreviation -addr, while the --interface optional argument with -ui.

Tests coverage

The model and controller packages coverage are reported as follows.

Package Class coverage Method coverage Line coverage
model 100% (46/46) 88% (212/239) 86% (820/945)
controller 100% (9/9) 97% (91/93) 81% (312/383)

The coverages regarding the subpackages are detailed in the table below.

Main package Subpackage Class coverage Method coverage Line coverage
model characters 100% (16/16) 95% (40/42) 98% (130/132)
model exceptions 100% (7/7) 81% (9/11) 81% (9/11)
model influence 100% (4/4) 100% (8/8) 94% (33/35)
controller phases 100% (7/7) 97% (38/39) 74% (141/189)

eriantys's People

Contributors

fabio-ciani avatar tommaso-bonetti avatar davide-mozzi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.