Skip to content

mvaibhav131/exploding-kitten-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploding-Kitten Game using react,react-redux,thunk

npm install

Install all the dependencies for the app.

npm start

Runs the app in the development mode.
Open http:https://localhost:3000 to view it in the browser.

Rules

  • If the card drawn from deck is a cat card then the card is removed from deck.
  • If the card is exploding kitten (bomb) then the player loses the game.
  • If the card is defuse card then the card is removed from the deck. Also that card can be used to defuse one bomb that may come in subsequent cards drawn from deck.
  • If the card is shuffle card then the game is restarted and the deck is filled with 5 cards again.