Giter Site home page Giter Site logo

dltmtt / is23-am13 Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 226.28 MB

Repo del progetto di ingegneria del software a.a. 2022-2023, sezione di Alessandro Margara

Java 19.21% CSS 1.21% HTML 78.11% JavaScript 1.48%
myshelfie polimi progetto-ingegneria-del-software

is23-am13's Introduction

IS23-AM13

Members of the group:

Implemented features

Legend:

  • ๐ŸŸข: implemented
  • ๐ŸŸก: work in progress
  • ๐Ÿ”ด: not implemented
Feature Status
Complete rules ๐ŸŸข
TCP ๐ŸŸข
RMI ๐ŸŸข
CLI ๐ŸŸข
GUI ๐ŸŸข
Resilience ๐ŸŸข
Persistence ๐ŸŸข
Multiple games ๐Ÿ”ด
Chat ๐Ÿ”ด

Documentation

The UML diagrams and our peer reviews can be found in the deliverables folder.

How to play

To play My Shelfie, follow these steps:

  1. Make sure to have the java executable in your PATH;
  2. Open a terminal and type cd <project-root>/deliverables/JARs/, where <project-root> is the root of this repository;
  3. Run the server with:
    java -jar AM13_Server.jar
  4. In another terminal, run the client, specific to the operating system it being used, with:
    • Windows:
      java -jar AM13_Client_Windows.jar
    • macOS:
      java -jar AM13_Client_macOS.jar

When launching the client, you can specify the following options (after AM13_Client_*.jar):

Option Possible value(s) Default value Description
-h or --help - - Prints the help message and exits
-v or --view cli or gui gui Selects the view to use

Options that require an argument must be followed by a space or an equal sign and the argument itself. The default values are set in the settings.properties in src/main/resources/it/polimi/ingsw folder.

Notable Features

Multiple Languages

After connecting to the server, in the login screen under the 'Settings' tab, the user can select the language they want to use.
The available languages are English, Italian, French, Spanish, Catalan, Japanese, Bergamasco and Siciliano. The last two being the spoken Italian dialects of our group.

Highly Customizable

Our vision, since the beginning of the project, was to create a highly modular and customizable game, making it easy to add new features and change existing ones.
In the folder src/main/resources/it/polimi/ingsw there are all the settings files and configurations:

  • settings.properties and settings.json contain the default values for the Bookshelf class, such as the number of rows and columns, making it possible to (maybe one dayโ€ฆ) play with a custom-built bookshelf;
  • usable_cells.json contains the usable Board cells for each player configuration;
  • common_goals.json and personal_goals.json contain the goals for the game, leaving open the possibility to add new ones. In the CommonGoal creation, it is possible to set different parameters when creating a specific Layout, as the foundation to a more customizable experience for the player.

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.