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.
- Host: GitHub
- URL: https://github.com/anshuman-02/dicegame
- Owner: Anshuman-02
- Created: 2024-12-14T05:03:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T05:07:04.000Z (5 months ago)
- Last Synced: 2025-02-14T23:19:37.766Z (3 months ago)
- Topics: css, dice-game, front-end-development, game-development, html, interactive-web, javascript, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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