Go to file
Leonardo Brandenberger 78ce0e43bc Minor Grammar and Cameltow fixes 2021-12-09 16:11:17 +01:00
.idea refactored longestRoad implementation from SiedlerGame to SiedlerBoard and updated Test Method longestRoad 2021-12-09 16:05:46 +01:00
doc Add files via upload 2021-11-19 08:32:32 +01:00
lib Add files via upload 2021-11-19 08:32:32 +01:00
src/ch/zhaw Minor Grammar and Cameltow fixes 2021-12-09 16:11:17 +01:00
test/ch/zhaw refactored longestRoad implementation from SiedlerGame to SiedlerBoard and updated Test Method longestRoad 2021-12-09 16:05:46 +01:00
.gitignore Merge remote-tracking branch 'origin/main' into main 2021-12-04 12:59:31 +01:00
README.md begun to write the readme of Siedler of catan. 2021-12-07 16:14:35 +01:00
gruppe06-hufflepuff-projekt3-catan.iml add untracked files 2021-11-19 10:54:49 +01:00

README.md

Siedler of Catan

Siedler of Catan is a multi-player-roleplay game, that lets you build roads, settlements and cites in the world of region of catan. You have to try to build as many roads, settlements and cities as you can to get points. It is also a 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 a road and a settlement free of cost at the beginning of the game.
  3. 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. 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) 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 more than 7 resources will be halved. The resources that are being taken are chosen 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