Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 662 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 662 Bytes

Dice Game

I followed Jonas Schmedtmann's tutorial to build this: The Complete JavaScript Course 2018

Game rules

The game has 2 players. Each round, the player rolls the dice as many times as they want. Each result gets added your round score. However, you lose all your round score points if you roll a 1. It will then be the next player's turn.

You can choose to 'hold' your points, which means the round score gets added to your global score.

First player to reach 100 points (total score) wins the game!

Alt Text