Closed mallochine closed 6 years ago
Are turns in bughouse made in a certain order?
bughouse is two-board chess, 4-player game.
@mallochine Yes, if the game is a turn based. it means that while one is playing others are waiting.
The current turn model is a round-robin, which works for many games, but not all. If players in bughouse can take a turn "whenever they are ready", without following a particular order, the current library as it stands will not support this use-case well.
We have plans to make the turn model extensible, so game authors can plug their own logic to how the turn passes between players, so games that require unnatural orders can also be supported.
well it's like 2 parallel games of chess.
@mallochine FYI, you can implement this pretty easily after v0.16.
can you quickly tell me how? Anything I can read?
http://boardgame.io/#/phases should have everything you want to know. Feel free to ask here too if you have any questions.
Just a question. EOM.