Changes between Version 3 and Version 4 of Settler
- Timestamp:
- Feb 6, 2021, 5:41:01 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Settler
v3 v4 13 13 It is an application developed on top of both. 14 14 A 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.** 16 16 17 17 18 18 == User Guide 19 19 === Getting Started 20 After downloading, Renew can be started from within the folder with the following command. 20 After downloading, depending on your version Renew can be started from within the folder with one of the following commands. 21 21 22 {{{ 22 23 java -jar loader.jar gui 23 24 }}} 25 for Renew 2.6 or 26 {{{ 27 java -p .:./libs -m de.renew.loader gui 28 }}} 29 for Renew 4.0. 24 30 25 31 This opens Renew's GUI. … … 33 39 You 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. 34 40 Afterwards you can start the game with the ''Start Game'' button. 41 42 === Game Rules 43 The 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. 44 Please note that placing the robber is yet not possible in our version of the game.