378fdde58a
# Conflicts: # src/ch/zhaw/catan/Settlement.java |
||
---|---|---|
.idea | ||
doc | ||
lib | ||
src/ch/zhaw | ||
test/ch/zhaw | ||
.gitignore | ||
README.md | ||
gruppe06-hufflepuff-projekt3-catan.iml |
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
- The min. Player amount is 2 and the max. Player amount is 4.
- Each Player can build a road and a settlement free of cost at the beginning of the game.
- Every Player is being sorted into a faction. There cannot be two players in the same faction.
- A player cannot build two settlements or cities right next one another. There have to be at least two roads between them.
- The cost for each structure is set and is nonnegotiable.
- The player with the longest road (most roads connecting to one another) will be awarded two additional points.
- 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 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