Skip to content

Instantly share code, notes, and snippets.

@jhcheung
Created June 22, 2020 03:41
Show Gist options
  • Save jhcheung/170fe0b2feb1f6f36619d19dd3568618 to your computer and use it in GitHub Desktop.
Save jhcheung/170fe0b2feb1f6f36619d19dd3568618 to your computer and use it in GitHub Desktop.
stage example in boardgame.io
const game = {
moves: { ... },
turn: {
stages: {
discard: {
moves: { DiscardCard },
},
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment