-
I have a very simple game: roll dice (1-6) then move by 1-6 positions.
I created two moves (rollDice and move) and two stages (stageDice and stageMove). works fine.
however, if I restrict stages…
-
**Is your feature request related to a problem? Please describe.**
This is how series work, they are a series of dots.
**Describe the solution you'd like**
see on the left-hand side where …
-
Most options can be defined per-phase or globally. We should do this for `endPhaseIf` as well (especially so it can be used in the default phase).
Code location: https://github.com/nicolodavis/boa…
-
-
### Installed Version: 2.2.32DEV Environment: Tampermonkey
I like the hot network questions feature. But in the list there are too many questions that belong to communities I have absolute zero in…
-
https://github.com/nicolodavis/boardgame.io/blob/master/src/client/client.js#L219
This prevents it from being used directly with local multiplayer (useful in unit tests).
-
-
I'm trying to get Local Master multiplayer working, looking at
https://boardgame.io/#/multiplayer
In the version in the codesandbox,
- the onClick handler for the TicTacToeBoard is
` onCli…
-
-
I've created a `create-react-app` project (as suggested in your docs) and added boardgame.io. In dev mode ( `npm run start`), everything works fine. However, a production build (`npm run build`) [fail…