https://github.com/vaibhav-pant/dicegame
This is a Dice game made using React Js. A simple single player game where user selects a number and then throw the dice, if the number matcher with dice number then Player receives Points else points will be decreased.
https://github.com/vaibhav-pant/dicegame
dice-game github-pages js react reactjs
Last synced: 2 months ago
JSON representation
This is a Dice game made using React Js. A simple single player game where user selects a number and then throw the dice, if the number matcher with dice number then Player receives Points else points will be decreased.
- Host: GitHub
- URL: https://github.com/vaibhav-pant/dicegame
- Owner: Vaibhav-Pant
- Created: 2024-07-19T14:37:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-19T17:33:25.000Z (about 1 year ago)
- Last Synced: 2025-01-16T04:11:43.086Z (9 months ago)
- Topics: dice-game, github-pages, js, react, reactjs
- Language: JavaScript
- Homepage: https://vaibhav-pant.github.io/DiceGame/
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dice Game using React
This is a single player game made using react js.
### How to play :
Player first have to choose a number from dice.
After choosing number, drop the dice.
If the number on dice and the number choosen by number matches then user receives that much points.
If it doesn't match, then it will reduce 2 points.
