Gameplay
#dragonautochess
Gameplay
Game Loop
graph TD
id1[Start Game] --> id2(Buy Phase)
id2 <--> id3(Plan Phase)
id3-->id2
id3-->id4(Fight)
id4-->id5{Won?}
id5-->|NO|id6{Enough Gold?}
id6---->|NO|id7[Loose]
id6-->|YES|id8(Earn Interest)
id8-->id2
id5--->|YES|id9(Earn Gold)
id9-->id8
- During the Buy Phase the player can buy Units. Buying duplicates will [[ Level Up | level them up ]].
- During the Plan Phase the player can position their units on the Board. The [[ Units#^4df533 | enemies ]] are visible so the player can strategize against the specific board. ^8b6d02
- During the Fight Phase the player won’t be able to do anything (might allow buying/selling unused units). The fight is fully executed by the AI.
- At the end of the fight, if the player has won:
- The player earns 5 gold
- The player earns 10% of his gold in interest
- The player proceeds to the next stage.
- If the player has lost:
- If the player has at least one unit or enough gold to buy one unit:
- The player earns 10% of his gold in interest
- The current stage resets
- If the player doesn’t have enough units or gold
- The game is lost
- If the player has at least one unit or enough gold to buy one unit:
Notes mentioning this note
There are no notes linking to this note.