A four-player Ludo game built with Next.js and TypeScript, recreating the classic board game in the browser. Features smooth token movement, full turn logic, and a 3D dice roll animation.
- 🎲 3D Dice Rolling: Interactive, animated dice determines moves.
- 🟢 Four-Player Gameplay: Fully supports four players taking turns.
- 🚫 No Auth Needed: Quick start — no user login or multiplayer setup.
- 🎯 Rule Enforcement: Handles valid moves, extra turns on six, token captures, safe zones, and win detection.
- Next.js + TypeScript
- React Hooks:
useState,useEffectfor state & logic - TailwindCSS
git clone https://github.com/whispnode/ludo-in-nextjs.git
cd ludo-game
npm install
npm run dev