Skip to content

A web-based clone of the Exploding Kittens card game. Built using ReactJS/NodeJS and WebSockets

Notifications You must be signed in to change notification settings

jatinderbhachu/ExplodingKittens-Reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExplodingKittens-Reactjs

A clone of the Exploding Kittens card game, but now playable in your web browser. Created using React/Nodejs with WebSockets

WIP

  • Card designs are not final, the images are just placeholders, some cards dont have an image
  • Different card sets/packs

Screenshots

In game Game over screen

Build and Run

Build the frontend

cd frontend && npm run build

Run the server

node index.js

Hosting

  1. Create a .env file in the root directory and set NODE_ENV=production, otherwise the app will run an HTTP server for development
  2. Create a ssl/ directory and add cert.pem and key.pem to enable ssl in order to run HTTPS. You could also modify the path of these files inside index.js to wherever you have stored your ssl certificates.

About

A web-based clone of the Exploding Kittens card game. Built using ReactJS/NodeJS and WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published