為了之後可以避免些唇舌介紹,所以趁著閒暇時間,整理了一下流程圖,如下所示:
[draft version on 2009/10/23]
#Material =========================================
*N character-cards (N in {8, 9})
*P players (P in {2, 3, ...,8})
*building-cards (in 5 categories)
*30 gold
#Abstract of the game-flow ============================
<Game Setup>
while (NO city contains 8 buildings){
<Game Round>
1.Character Selection Phase
2.Action Phase
}
<Scoring>
#Flow chart =======================================
<Game Setup>
-4 building-cards & 2 gold for each player
while there is no city containing 8* buildings{
<Game Round>
1.Character Selection Phase
-discrad max{(N - (P+1)), 1} character-cards
--show one of them, and hide the others
-selection order
--crown holder is the first chooser
2.Action Phase
-action order
--determined by the number on the character-cards (ascending order)
-your term
--player action (take one of the following options)
---get 1 building-card
---get 2 gold
-character action
-building construction
}
<Scoring>
score = C + B + S
-C: sum of the (C)ost of the buildings in your city
-B: (B)onus
--owning 8 buildings (+3)
---the first achiever (+1)
--owning buildings of all the 5 categories (+3)
-S: (S)pecial power
#Win Condition =====================================
achieving highest socre in the game
唉,寫完之後,我發現好像更不好解說了。
沒有留言:
張貼留言