Projects



Changes between Version 3 and Version 4 of Settler


Ignore:
Timestamp:
Feb 6, 2021, 5:41:01 PM (4 years ago)
Author:
6beese
Comment:

Added guide to start the application with renew 4.0 and game rules

Legend:

Unmodified
Added
Removed
Modified
  • Settler

    v3 v4  
    1313It is an application developed on top of both.
    1414A version of Renew that allows to execute the application Settler can be downloaded here:
    15 TODO: Create a .jar file for settler.
     15**TODO: Create a link to download the .zip for Renew 2.6 with settler and Renew 4.0 with settler.**
    1616
    1717
    1818== User Guide
    1919=== Getting Started
    20 After downloading, Renew can be started from within the folder with the following command.
     20After downloading, depending on your version Renew can be started from within the folder with one of the following commands.
     21
    2122{{{
    2223java -jar loader.jar gui
    2324}}}
     25for Renew 2.6 or
     26{{{
     27java -p .:./libs -m de.renew.loader gui
     28}}}
     29for Renew 4.0.
    2430
    2531This opens Renew's GUI.
     
    3339You can choose between ''Local Player (JavaGUI)'' to add a human player controlled by the user and ''Local Java Planner'' to add a player controlled by the computer.
    3440Afterwards you can start the game with the ''Start Game'' button.
     41
     42=== Game Rules
     43The game mechanics are quite similar to the real game so please refer to [https://www.catan.com/service/game-rules catan.com] for the game rules.
     44Please note that placing the robber is yet not possible in our version of the game.