/Dicey-McDiceface

Click the dice to roll. The Scoreboard will keep track of how many times a number has been rolled. First number to 5 wins!

Primary LanguageHTML

Welcome to Dicey McDiceface

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn dicey

Three options will be available:

[1] initialize project
[2] start packager
[3] run unit tests

[4] start Storybook.js

[5] build Storybook.js

run [1] then [2] to get project up and running
[3] is always available to run unit test ([1] will show a failed message if the unit tests fails)

About the Game

A six-sided die is rolled once every turn. The game visually tracks how many times each number has been rolled. Once one specific number has been rolled 5 times, then that number is the winner, and the game is over. The user can then start the game over, and they can also reset the game at any point.