Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 864 Bytes

File metadata and controls

26 lines (18 loc) · 864 Bytes

Ludo Game

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.

Game Screenshot

Features

  • 🎲 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.

Tech Stack

  • Next.js + TypeScript
  • React Hooks: useState, useEffect for state & logic
  • TailwindCSS

Getting Started

git clone https://github.com/whispnode/ludo-in-nextjs.git
cd ludo-game
npm install
npm run dev