Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.17 KB

Prova Finale di Ingegneria del Software - 2018/2019

Autori: Martina Quarantelli, Giuseppe Scherini, Elena Rosalba Schinelli.

Table of Contents

  1. Introduction
  2. Developed requirements
  3. How to launch

Introduction

Software Engineering Applications project by

Name email Mat. number Worked mainly on
Quarantelli Martina martina.quarantelli@mail.polimi.it 844865 Network, UML, Music, Timer, Drawings
Scherini Giuseppe giuseppe.scherini@mail.polimi.it 868846 GUI, Model
Schinelli Elena R. elenarosalba.schinelli@gmail.com 844329 Game Rules, Card Effects, Tests

Developed requirements

  • Rules: complete
  • Network: Socket + RMI
  • Graphics: CLI + GUI
  • 1 advanced functionality: multiple matches

How to launch

  • Clone the repository from git
  • Open prompt in the cloned directory (/ing-sw-2019-6)
  • execute: java -jar src/resources/ing-sw-2019-6-server.jar to start the server
  • execute: java -jar src/resources/ing-sw-2019-6-client.jar to start a client
  • follow the displayed instructions

Back to top