You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Update the robber state as necessary
// Contracts
Add command and verification logic for moving the robber
Add command and verification logic for activating a knight
// Flows
Build a flow to move the robber
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: