[go: up one dir, main page]

Skip to content

giovanni-bozzano/lorenzo-il-magnifico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorenzo il Magnifico
Lorenzo il Magnifico

Software Engineering

Politecnico di Milano - 2017


screenshot

Implemented Features

  • ✔ Advanced Game Rules
  • Interfaces
    • ✔ GUI (main interface)
    • ✔ CLI (secondary interface)
  • Network Types
    • ✔ RMI
    • ✔ Socket
  • File Configurations
    • ✔ Development Cards
    • ✔ Excommunication Tiles
    • ✔ Personal Bonus Tiles
    • ✔ Game Board
    • ✔ Player Board
    • ✔ Timers
  • ✔ 5ᵗʰ Player
    • New Type of Points
    • New Personal Bonus Tile
    • New Market Slots
  • ✔ Game Persistency
    • Players Registration
    • Disconnection/Reconnection Support
    • Score Saves

5ᵗʰ Player Rules

New Personal Bonus Tile

  • Setup: Each player chooses a color and receives:
    • 1 Personal Board
    • 3 Family Members of their color and the uncolored Family Member with the sticker of their color
    • 3 Excommunication cubes
    • 5 Marker Discs. Place 1 disc each on the 0 step of the Victory Points track, Military Points track, Faith Points track and Prestige Points track respectively. Place the last disc on the Turn Order track.
    • 3 Woods, 3 Stones, 4 Servants
    • The first player receives 5 Coins, the second player receives 6 Coins, the third player receives 7 Coins, the fourth player receives 8 Coins and the fifth player receives 9 Coins
    • 1 Personal Bonus Tile each (in this game mode, standard side cannot be used).
  • There are 6 action spaces in the Market.
    • In addition to the 4 spaces available in the normal game, 2 more spaces are added. These are:
      • Receive 2 Stones and 2 Woods
      • Receive 1 Victory Point and 1 Prestige Point
  • Council Privilege is a bonus of your choice between:
    • 1 Wood and 1 Stone / 2 Servants / 2 Coins / 2 Military Points / 1 Faith Points / 1 Prestige Point
  • Towers for Development Cards
    • If there are already Family Members in the same tower, pay 2 additional Coins to the supply.
  • End of the game and final score
    • Prestige Strength: If there is a tie between first players, they all gain 2x Prestige Points. If there is a tie between second players, they all gain 1x Prestige Points, while first player keeps gaining 2x Prestige Points.

Installation

To clone and run this game, you will need Git, Maven and Java 8 installed on your computer. From your command line:

# Clone this Repository
$ git clone https://github.com/GiovanniBozzano/lorenzo-il-magnifico.git

# Run tests
$ mvn test

# Build
$ mvn package

# Run the Server
$ java -jar ./modules/server/target/LM13-server.jar

# Run the Client
$ java -jar ./modules/client/target/LM13-client.jar

Note: The Project is separated into modules: Client, Server and Common. Common module is included in the others.

Libraries

Contributors

Cranio Creations

License

This software is licensed under the MIT License

Lorenzo il Magnifico is a trademark of Cranio Creations s.r.l.

Copyright (C) 2018 Giovanni Bozzano, Manuel Candiani, Andrea Delfi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks