Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/mazenchami/dicey-mcdiceface
- Owner: mazenchami
- Created: 2020-01-03T14:42:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:53:43.000Z (about 2 years ago)
- Last Synced: 2024-12-15T05:27:53.482Z (2 months ago)
- Topics: game, roll, storybook
- Language: HTML
- Homepage: https://wizardly-cori-a761f4.netlify.app/
- Size: 6.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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.