/Pig-Game

A simple dice game implemented using HTML, CSS and JavaScript.

Primary LanguageJavaScript

Pig-Game

A simple dice game implemented using HTML, CSS and JavaScript.

Rules of the game:

  1. A player loses his ENTIRE score when he rolls two 6 in a row. After that, it's the next player's turn.
  2. Add an input field to the HTML where players can set the winning score, so that they can change the predefined score of 100.
  3. Add another dice to the game, so that there are two dices now. The player loses his current score when one of them is a 1.