/Plain-JS-Dice-Game

This is a Dice Game made using Vanilla JavaScript

Primary LanguageJavaScript

Simple Dice Game - Practice Project

This is a practice project to build a simple Dice Game using plain JavaScript. Roll the dice and see who wins!

Demo

image

See the live project in action on provided github-pages link.

Getting Started

To run the project locally, follow these steps:

  1. Clone this repository: git clone https://github.com/DevAbdurR/Plain-JS-Dice-Game.git
  2. Open index.html in your browser.

How to Play

  1. Open the page and you'll see two dice.
  2. Click the "Roll Dice" button to roll the dice for both players.
  3. The player with the higher dice number wins the round.
  4. Refresh the page to start a new game.

Contributing

Contributions are welcome! Feel free to submit improvements or fixes.


This project was developed as a practice exercise for building a simple Dice Game using plain JavaScript. Have fun rolling the dice and enhancing your JavaScript skills!