Skip to content

khushishikhu/Boardgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

JIGDISE

About

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.

image

Checkout the game here

Instructions to Play

  1. Each player can roll up to 3 times each turn to rack up the best possible score.

  2. Decide which dice combo you're going for.

  3. After each turn, see your score on the score card.

  4. One, with the highest score wins.

Steps for local setup

  • 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
    

Demo Video

Have a look on the Demo Video of this game