From f0e8e20511e3441cd4c01de9f6a81af151b028f8 Mon Sep 17 00:00:00 2001 From: Speedy Gonzalez Date: Thu, 9 Dec 2021 16:12:57 +0100 Subject: [PATCH] First comand of the readme of Siedler of catan has been written. --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index c754a74..a33f4b7 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,35 @@ at random. For a more detailed version of the rules please look here: https://www.catan.de/sites/prod/files/2021-06/CATAN_DasSpiel_Spielregel.pdf #Usermanual +First the program will ask how many players will be playing the game. The minimum +amount of players is 2 and the maximum amount of players is 4. Each player will +be appointed to a faction. Now every player can build a settlement and a road +after every player has built a settlement and road, they can build a second +settlement and road in reversed order. When the players build their second +settlement they then receive the resources surrounding that specific settlement. +Now that the setup is complete the player that placed the last settlement will +begin. After the players have rolled the dice the resources connected to the +number that the player rolled with the dice. + +Now as for the commands a player has to put in while it's their turn: +#Build Settlement +When it's the players turn, they can build a new settlement by giving the command +build settlement. with that they will be asked where they want to build said settlement +and the program will check if those coordinates are available or not. Then the +program will subtract the resources needed to build a settlement. If the player has +insufficient resources the settlement will not be built and an error message will +appear. The turn of the current player will continue until the player ends it. + +#Build City +During the players turn they can build a city on the same coordinates that they +have already built a settlement on. To do that they have to enter the command +build city. Then they have to add the coordinates that they want the city to be +built at. If the coordinates are available and the settlement at that coordinate is +of the same faction as the player then the city can be built there. The program +will then check if the player has sufficient resources to build the city, then +the program will subtract them of the players resources, otherwise the city won't +be build and the player continues their turn until they end it. + +#Build Road +build road