GithubHelp home page GithubHelp logo

massimopavoni / ingsw22-pf-eriantys Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 302.22 MB

Repository for Software Engineering exam final test.

License: GNU General Public License v3.0

Java 99.87% CSS 0.13%

ingsw22-pf-eriantys's Introduction

IngSW22-PF-Eriantys

Release Server Client Java JDK License

Repository for Software Engineering exam final test.

The java project aims to provide a Java implementation of the tabletop game Eriantys, by Cranio Creations.

Server

Server application must be run through command line with the command java -jar Eriantys-Server-[version].jar (-[argument]=[value])*.
The program always runs on localhost (127.0.0.1); port forwarding, paired with a static ip, can be used to make the server accessible from the internet.

Available optional arguments (to be used for defaults overriding):

Argument Type Default Description
port integer 50666 server socket listening port
maxconn integer 4 maximum simultaneous connections
polling integer 200 polling interval for input directive execution (in ms)
reslocations string bundled file location location of file with paths to server configurations

Server resource locations specifies where JSON files for various configurations should be.
The structure to be followed for them is visible inside the resources' directory model and server configuration json files.
Changing the locations and contents of those files is possible, and can be used for testing purposes and/or to bring various modifications to the core mechanics or data of the game.

It is strongly advised to check the usage of json files in the project sources, to make sure that you're following the constraints enforced by game rules and corresponding code implementation.

Client

Client application must be run through command line with the command java -jar Eriantys-Client-[version].jar.
The program asks for server address and port (default localhost:50666), then allows to choose a preferred user interface (cli/gui).

ingsw22-pf-eriantys's People

Contributors

clav3rbot avatar franco-maroni avatar gioenn avatar massimopavoni avatar mgarriga avatar nicola-cecere avatar niculicchio18 avatar thomasscarinzi avatar

Stargazers

 avatar  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.