An open API service indexing awesome lists of open source software.

https://github.com/anshuman-02/dicegame

A two-player dice game implemented using HTML, CSS, and JavaScript.
https://github.com/anshuman-02/dicegame

css dice-game front-end-development game-development html interactive-web javascript webdevelopment

Last synced: about 1 month ago
JSON representation

A two-player dice game implemented using HTML, CSS, and JavaScript.

Awesome Lists containing this project

README

        

# Dice Game 🎲

This is a simple two-player dice game implemented using HTML, CSS, and JavaScript. Players take turns rolling the dice, and the highest number wins the round!

## Features

- **Interactive Gameplay:** Two players can compete to see who rolls the highest number.
- **Dynamic Dice Rolls:** The dice faces update dynamically based on the roll outcome.
- **Responsive Design:** Works seamlessly across devices.

## How to Play

1. Open the website and click the **Roll Dice** button.
2. The dice will roll, displaying the result for both players.
3. The player with the higher number wins the round!

## Technologies Used

- HTML
- CSS
- JavaScript

## Hashtags

#DiceGame #WebDevelopment #JavaScript #HTML #CSS #FrontendDevelopment #GameDevelopment #InteractiveWeb