Skip to content

Exploding Kittens is a thrilling card game developed on the MERN stack. Players strategically draw cards from a deck while avoiding explosive kittens that can end their game.

Notifications You must be signed in to change notification settings

Deepeshgodhwani/Exploding-kittens

Repository files navigation

Exploding Kittens

It's an action-packed singleplayer card game

🖥️ Tech Stack

Frontend:

Tailwind css javascript React Redux Chakra ui

Backend:

nodejs expressjs mongodb Socket.io

Deployed On:

netlify render


Report BugGetting StartedInstallingAuthor

Exploding Kittens is a thrilling card game developed on the MERN stack. Players strategically draw cards from a deck while avoiding explosive kittens that can end their game. With engaging gameplay, eye-catching visuals, Exploding Kittens offers an exhilarating and addictive gaming experience for players of all ages.

cover

Rules

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

Glimpses of Exploding Kittens 🙈 :

Rules Gamplay
Match won Match won

Getting Started

This project was built using Tailwind css , React, Redux , ChakraUI Node JS, Express and MongoDB. It is an MERN Stack web application and for running on your local environment you should follow these guidelines.

Prerequisites

  • NPM
  • Node JS
  • MongoDB

Setup

The project repository can be found in GitHub link or just clone the project using this command.

Using HTTPS

# git clone  https://github.com/Deepeshgodhwani/Exploding-kittens.git
  • Open terminal on your workspace with
cd /home/workspace/Exploding-kitten

Install

Install NPM

Check that you have node and npm installed

To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed you can run this command in your terminal:

npm -v

To confirm that you have MongoDB installed you can run this command in your terminal:

mongo -v

To install all the dependences of the project, run the following command:

npm install

To run the application got to the client folder and run the following command:

npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file in server folder

MONGO_URL

PORT

Tools used on this project

  • Visual Studio Code
  • MongoDB compass

Contact

If you want to contact me, you can reach me through below handles.

linkedin Twitter

© 2023 Deepesh Godhwani

Show your support

Give a ⭐️ if you like this project!

About

Exploding Kittens is a thrilling card game developed on the MERN stack. Players strategically draw cards from a deck while avoiding explosive kittens that can end their game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published