Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1011 Bytes

README.md

File metadata and controls

48 lines (28 loc) · 1011 Bytes

Roll The Dices

Table of content

Description

Roll the Dices game is played by two participants. On every button click the app generates random number for Player1 and Player2,based on that the player with the bigger number wins a point. The dices can be rolled 10 times, after the last roll the player with the most points wins the game. There is also a 'restart game' button which deletes the results and the game available for play.

Screenshot

Links

Installation

  npm create-react-app
  npm install 
  npm install -D tailwindcss
  npx tailwindcss init
  npm install gh-pages 

Deployment

  npm run deploy

Technologies

  • React
  • Tailwind