Roll-the-dice! The dice rolling game


How To Play!

Ready to roll? Here's how the fun begins!

  1. One brave player kicks things off by entering their name and hitting "Create Game". They'll get a unique four-character game code—this is your secret key to the action.
  2. The rest of the crew joins in by entering their names and that same code to jump into the game.
  3. Once everyone’s in and ready to roll, the first player hits "Start Game", and the race begins!
  4. Players take turns rolling the dice, one by one...
  5. The suspense builds with every roll—who’ll be the first to land a six and claim victory?

Or

Players

Game code : {{gameCode}}
# Name
{{player.name}}

GAME ON!

Game code : {{gameCode}}
# Name Last roll
{{player.name}}

GAME OVER {{game.players[game.currentPlayer].name}} WINS!

Game code : {{gameCode}}
# Name Last roll
{{$index == game.currentPlayer ? 'WINNER' : ''}} {{player.name}}