Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deepeshgodhwani/exploding-kittens

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.
https://github.com/deepeshgodhwani/exploding-kittens

chakra-ui express-js mongodb nodejs reactjs redux socket-io tailwindcss

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

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

Want to see live preview »




Report Bug
Getting Started
Installing
Author

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](https://res.cloudinary.com/dynjwlpl3/image/upload/v1682148039/Exploding%20Kittens/game-home_jvtb8n.png)

## 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](https://github.com/Deepeshgodhwani/Exploding-kittens) 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](https://img.shields.io/badge/Deepesh_Godhwani-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/deeepesh-godhwani-4269531b0)
[![Twitter](https://img.shields.io/badge/Deepesh_Godhwani-20232A?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/Deepeshgodhwani)

© 2023 Deepesh Godhwani

## Show your support

Give a ⭐️ if you like this project!