rogersanick / SettlersOfCordan

Other
11 stars 4 forks source link

Robber - Implement Robber Placement Flows and Effects [Hard] #10

Open rogersanick opened 5 years ago

rogersanick commented 5 years ago

In Settlers of Catan there is a game mechanism called the robber - represented by a small token on the gameboard. These token is placed on hexTiles and impacts players abilities to gather resources from those hexTiles AND enables players to steal resources from other players. We need to build flows to replicate these impacts inside of Settlers of CorDan.

// States

// Contracts

// Flows

rogersanick commented 5 years ago

Implement flows, states and governing contracts for the triggering, movement and impacts of the robber token.