Dicegame

🎲 Dice Game

Dice Game is a fun and interactive web-based game that simulates a two-player dice roll battle. With every page refresh, each player rolls a virtual dice, and the game instantly declares a winner based on the higher roll.

🔗 Live Demo: Play Now


đŸ•šī¸ How It Works


✨ Features


đŸ› ī¸ Tech Stack


📁 Project Structure

Dicegame/ ├── index.html ├── style.css ├── script.js └── images/ ├── dice1.png ├── dice2.png ├── dice3.png ├── dice4.png ├── dice5.png └── dice6.png

yaml Copy Edit


🚀 How to Use / Run Locally

  1. Clone the repository: ```bash git clone https://github.com/rohitts0001/Dicegame.git Navigate to the project folder:

bash Copy Edit cd Dicegame Open index.html in your browser.