Player 1 Name:

Choose your Lucky Number

{{ name }}

Lucky Number
{{ health }} pts
Player 2 Name:

Choose your Lucky Number

{{ name }}

Lucky Number
{{ health }} pts
Player 3 Name:

Choose your Lucky Number

{{ name }}

Lucky Number
{{ health }} pts

Instructions

  1. Each player enters a name and selects a lucky number (Max. 3 players)
  2. Flip coin to determine who goes first
  3. For 3 players, choose who to attack
  4. Player chooses an attack from a shuffled list
  5. When clicking an attack a random dice will be rolled.
    • If number matches the opponent's lucky number he will block a portion of the damage.
    • If number matches attackers own number he will get a bonus health boost.

{{ sharedState.playerTurnName }} has won the coin toss!

{{ sharedState.playerTurnName }} is Victorious!

Select Target
Select Attack
Select Target
Select Attack
Select Target
Select Attack

Dice Roll: {{ diceValue }}

{{ attack.player1.player }} attacks with {{ attack.player1.name }}

{{ attack.player1.player }} defended with {{ attack.player1.name }}

({{ attack.player1.blocked }}% Blocked) -{{ attack.player1.totalDamage }} health

{{ attack.player1.player }} powers up with {{ attack.player1.name }}

+{{ attack.player1.totalDamage }} health

-{{ attack.player1.totalDamage }} health

{{ attack.player2.player }} attacks with {{ attack.player2.name }}

{{ attack.player2.player }} defended with {{ attack.player2.name }}

({{ attack.player2.blocked }}% Blocked) -{{ attack.player2.totalDamage }} health

{{ attack.player2.player }} powers up with {{ attack.player2.name }}

+{{ attack.player2.totalDamage }} health

-{{ attack.player2.totalDamage }} health

{{ attack.player3.player }} attacks with {{ attack.player3.name }}

{{ attack.player3.player }} defended with {{ attack.player3.name }}

({{ attack.player3.blocked }}% Blocked) -{{ attack.player3.totalDamage }} damage

{{ attack.player3.player }} powers up with {{ attack.player3.name }}

+{{ attack.player3.totalDamage }} health

-{{ attack.player3.totalDamage }} health