Skip to content

cybernahx/ludo-game-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฒ Ludo Game - Web Version

Initial version developed during 2024โ€“2025

A classic browser-based Ludo board game built with pure HTML, CSS, and JavaScript. Play the traditional board game right in your web browser with no installation required!

๐ŸŽฎ Features

  • ๐ŸŽฒ Classic Ludo Gameplay - Traditional board game rules
  • ๐Ÿ‘ฅ Multiplayer Support - Play with friends locally
  • ๐ŸŽจ Colorful UI - Attractive and intuitive interface
  • ๐ŸŒ Browser-Based - No downloads or installation needed
  • ๐Ÿ“ฑ Responsive Design - Works on desktop and mobile devices
  • โšก Pure JavaScript - No frameworks, lightweight and fast

๐Ÿ› ๏ธ Tech Stack

  • HTML5 - Structure and layout
  • CSS3 - Styling and animations
  • JavaScript - Game logic and interactivity

๐Ÿš€ Quick Start

Option 1: Direct Play

Simply open ludo.html in your web browser:

# Open directly
start ludo.html

# Or use a local server
python -m http.server 8000
# Then visit: http://localhost:8000/ludo.html

Option 2: Live Server (VS Code)

  1. Install "Live Server" extension in VS Code
  2. Right-click on ludo.html
  3. Select "Open with Live Server"

๐ŸŽฏ How to Play

  1. Setup: 2-4 players can participate
  2. Roll the Dice: Click to roll and move your pieces
  3. Objective: Move all your pieces from start to finish
  4. Win: First player to get all pieces home wins!

Classic Ludo Rules:

  • Roll a 6 to bring a piece out of home
  • Land on opponent's piece to send them back
  • Create blockades by stacking pieces
  • Safe zones protect your pieces

๐Ÿ“ธ Screenshots

Ludo Game Board

Add actual screenshots of your game here

๐ŸŒŸ Features Highlights

  • โœ… Smooth dice rolling animation
  • โœ… Color-coded player pieces
  • โœ… Interactive game board
  • โœ… Turn-based gameplay
  • โœ… Win detection and celebration

๐Ÿ”ง Customization

You can easily customize the game by modifying:

  • ludo.html - Game structure and elements
  • Embedded CSS - Colors, sizes, and styling
  • Embedded JavaScript - Game logic and rules

๐Ÿ“ฆ Project Structure

ludo-game-web/
โ”‚
โ”œโ”€โ”€ ludo.html          # Main game file (HTML + CSS + JS)
โ”œโ”€โ”€ README.md          # This file
โ””โ”€โ”€ .gitignore         # Git ignore rules

๐Ÿšง Future Enhancements

  • Add sound effects
  • Implement AI opponents
  • Online multiplayer support
  • Game statistics and leaderboard
  • Multiple themes
  • Save/load game state

๐Ÿค Contributing

Contributions are welcome! Feel free to:

  • Report bugs
  • Suggest new features
  • Submit pull requests

๐Ÿ“„ License

MIT License - feel free to use this project for learning or personal projects.

๐Ÿ‘จโ€๐Ÿ’ป Developer

Created by Taimur Tariq during 2024-2025


Enjoy playing Ludo! ๐ŸŽฒ๐ŸŽ‰

About

๐ŸŽฒ Classic browser-based Ludo board game - Pure HTML/CSS/JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages