Added rerolls

This commit is contained in:
Renan LE CARO 2025-03-26 08:27:56 +01:00
parent 0ada53a063
commit e3e61b12b8
10 changed files with 282 additions and 182 deletions

View file

@ -103,8 +103,8 @@ export function newGameState(params: RunParams): GameState {
isAdventureMode:!!params?.adventure,
adventurePath:'',
seed:'Seed'+Math.random()
seed:'Seed'+Math.random(),
rerolls:0
};
resetBalls(gameState);