Skip to content

Commit

Permalink
Simplify how we deal with the match in dev-server
Browse files Browse the repository at this point in the history
  • Loading branch information
simlmx committed Jul 22, 2024
1 parent 4414fec commit e29cb51
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 240 deletions.
2 changes: 1 addition & 1 deletion game-template/game/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const game = {
playerMoves: { roll, moveWithArg },
boardMoves: { [INIT_MOVE]: initMove, someBoardMove, someBoardMoveWithArgs },
minPlayers: 1,
maxPlayers: 10,
maxPlayers: 5,
} satisfies Game<RollGameState, BMT>;

export const autoMove: AutoMove<RollGameState, RollGame> = ({ random }) => {
Expand Down
Loading

0 comments on commit e29cb51

Please sign in to comment.