state change after each round

Game development with Board Game Arena Studio
Post Reply
User avatar
AxeCrazy
Posts: 17
Joined: 15 March 2014, 01:07

state change after each round

Post by AxeCrazy »

Goodday,
Working on a new game for educational reasons :)
If this game after each round the state should change
state 1 = place initial building
After eachplayer has done this
state 2 = play a hand card
after each player has done this (optionally change player order depending on card played)
state 3 = place additional building
after each player has done that -> goto state 2

Struggeling on have to get this in the state machine (or is there an other way to get this working?
User avatar
Tisaac
Posts: 2352
Joined: 26 August 2014, 21:28

Re: state change after each round

Post by Tisaac »

AxeCrazy wrote: 22 February 2024, 16:42 Goodday,
Working on a new game for educational reasons :)
If this game after each round the state should change
state 1 = place initial building
After eachplayer has done this
state 2 = play a hand card
after each player has done this (optionally change player order depending on card played)
state 3 = place additional building
after each player has done that -> goto state 2

Struggeling on have to get this in the state machine (or is there an other way to get this working?
Multiactive states are the way to go.
User avatar
LeSteffen
Posts: 38
Joined: 13 July 2020, 15:32

Re: state change after each round

Post by LeSteffen »

Yep, and here's a link for reference: https://en.doc.boardgamearena.com/Your_ ... ayer_state
User avatar
AxeCrazy
Posts: 17
Joined: 15 March 2014, 01:07

Re: state change after each round

Post by AxeCrazy »

Thanx for your replies.
I got it working :D
Post Reply

Return to “Developers”