Jigdise is a multiplayer dice game created using create-react app and bootstrap, the game is our version of the popular English poker game known as Yatzy. Jigdise is a multiplayer support game which can be played by maximum 4 players at a time.
Checkout the game here
-
Each player can roll up to 3 times each turn to rack up the best possible score.
-
Decide which dice combo you're going for.
-
After each turn, see your score on the score card.
-
One, with the highest score wins.
-
Fork the Repo
-
Clone the frok of your repo in the terminal
-
Open the Boardgame directory
cd Boardgame
-
Go to the jigdise directory
cd jigdise
-
To install all the requirements run following command
npm install
-
To start the development server, run the following command
npm start
Have a look on the Demo Video of this game