Skip to content

DomiIRL/exploding-kittens

Repository files navigation

Exploding Kittens (Work in Progress)

A fanmade webbased multiplayer version of the popular board game Exploding Kittens. Consider buying the board game and support the creators of the game. This project is for educational purposes only. If requested I will gladly take it offline.

📦 Installation

npm install

🛠️ Development

Run Client (Frontend)

npm run dev

Access at: http://localhost:5173

Run Server (Game Server)

npm run serve

Server runs at: http://localhost:8000

Watch Mode (Auto-restart on changes)

npm run serve:watch

Run Both (Two Terminals)

# Terminal 1
npm run dev

# Terminal 2
npm run serve:watch

🏗️ Production Build

# Build client
npm run build

# Build server
npm run build:server

# Run production server
node dist/server/server/server.js

🎮 Current State

image image

📜 License

See LICENSE file for details.

About

Webbased Multiplayer Version of the Boardgame Exploding Kittens

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages