added draft of class diagramm to README.md
This commit is contained in:
parent
91ab0aef47
commit
6343b55717
16
README.md
16
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.
|
to be able to dominate your friends.
|
||||||
|
|
||||||
#Rules
|
#Rules
|
||||||
1. The min. Player amount is 2 and the max. Player amount is 4.
|
1. The minimum Player amount is 2 and the maximum Player amount is 4.
|
||||||
2. Each Player can build two roads and two settlements free of cost at the beginning of
|
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.
|
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.
|
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.
|
There have to be at least two roads between them.
|
||||||
5. The cost for each structure is set and is nonnegotiable.
|
6. The cost for each structure is set and is nonnegotiable.
|
||||||
6. The player with the longest road (most roads connecting to one another)
|
7. The player with the longest road (most roads connecting to one another), which is longer then 4
|
||||||
will be awarded two additional points.
|
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
|
more than 7 resources will be halved. The resources that are being taken are chosen
|
||||||
at random.
|
at random.
|
||||||
|
|
||||||
|
@ -98,3 +99,4 @@ turn to quit the game.
|
||||||
|
|
||||||
#Class Diagram
|
#Class Diagram
|
||||||
|
|
||||||
|
![alt text](doc/Klassendiagramm%20Siedler.png)
|
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Loading…
Reference in New Issue