diff --git a/README.md b/README.md index d703580..af49663 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,18 @@ strategic game where you have to choose wisely where to build your structures, to be able to dominate your friends. #Rules -1. The min. Player amount is 2 and the max. Player amount is 4. -2. Each Player can build two roads and two settlements free of cost at the beginning of +1. The minimum Player amount is 2 and the maximum Player amount is 4. +2. The minimum amount if win points is 3. +3. Each Player can build two roads and two settlements free of cost at the beginning of the game. After the placement, each player gets resources from the field around the second settlement. -3. Every Player is being sorted into a faction. There cannot be two players in the +4. Every Player is being sorted into a faction. There cannot be two players in the same faction. -4. A player cannot build two settlements or cities right next one another. +5. A player cannot build two settlements or cities right next one another. There have to be at least two roads between them. -5. The cost for each structure is set and is nonnegotiable. -6. The player with the longest road (most roads connecting to one another) +6. The cost for each structure is set and is nonnegotiable. +7. The player with the longest road (most roads connecting to one another), which is longer then 4 will be awarded two additional points. -7. If a player rolls a 7 on a dice throw, then the resources of every player that has +8. If a player rolls a 7 on a dice throw, then the resources of every player that has more than 7 resources will be halved. The resources that are being taken are chosen at random. @@ -98,3 +99,4 @@ turn to quit the game. #Class Diagram +![alt text](doc/Klassendiagramm%20Siedler.png) \ No newline at end of file diff --git a/doc/Klassendiagramm Siedler.png b/doc/Klassendiagramm Siedler.png new file mode 100644 index 0000000..daf48a5 Binary files /dev/null and b/doc/Klassendiagramm Siedler.png differ