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

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.

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.

![homepage](https://github.com/user-attachments/assets/1425d069-73f3-4a6d-acce-12cdba7d55c3)

![gamepage](https://github.com/user-attachments/assets/806af70b-7362-421b-a90b-1614a9951ad3)