Skip to content
generateui edited this page Nov 18, 2010 · 10 revisions

Several rule variants exist. Currently, the focus is on implementing standard settlers in a browser.

Rulesets may be used in combination with each other in a game. Later, additional variants (rulesets) may be implemented. Some of those variants may be:

  • Cities & Knights
    • Three commodity resources
    • Commodity development cards
    • Pirates may attack
    • Extra dice
    • Knights
    • Metropolis (+2vp)
    • Wall (+2 extra hand cards allowed)
    • Java annotation: @CitiesKnights
  • Seafarers
    • Ship
    • Pirate
    • Trade routes
    • Bonus island vp
    • Port placing phase
    • Chit swapping
    • Hex discovery
    • Empty hexes
    • Java annotation: @SeaFarers
  • Pioneers
    • Wall
    • Bridge
    • Java annotation: @Pioneers
  • S3DConnector / Sea3D
    • Volcano hex is gold, but added 1/6th chance town explodes or city becomes town
    • Jungle hex produces a token which acts as gold for development cards
    • Java annotation: @Sea3D
  • 6 player (2vs2vs2) or 8player (2vs2vs2vs2) teams
    • builtin teamchat
    • resource sharing strategies
    • Java annotation: @TeamSettlers

Java annotations

If you do not program, you probably want to skip this stuff. If you are, great :). Every known unique feature to a variant is tagged with the appropriate Java annotation. This way we can quickly see what code belongs to a certain variant.

Clone this wiki locally