Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mazenchami/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!
https://github.com/mazenchami/dicey-mcdiceface

game roll storybook

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Welcome to Dicey McDiceface
This project was bootstrapped with [Create React App](https://github.com/facebook/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.