Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 590 Bytes

File metadata and controls

35 lines (22 loc) · 590 Bytes

Rummy Card Game

A multiplayer Rummy card game built with Next.js and Socket.io.

Getting Started

Install dependencies

npm install

Run the development server

npm run dev

Open http://localhost:3000 to play the game.

Run the game socket server (for multiplayer)

npm run game-server

Game Rules

See GAME_RULES.md for detailed game rules.

Tech Stack

  • Frontend: Next.js 15, React 19, Tailwind CSS
  • Backend: Socket.io for real-time multiplayer
  • UI: shadcn/ui components