Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moiz-codebyte/dicegame
A simple dice game using HTML, CSS and JS.
https://github.com/moiz-codebyte/dicegame
Last synced: 4 days ago
JSON representation
A simple dice game using HTML, CSS and JS.
- Host: GitHub
- URL: https://github.com/moiz-codebyte/dicegame
- Owner: Moiz-CodeByte
- Created: 2023-09-03T19:26:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-03T19:49:59.000Z (about 1 year ago)
- Last Synced: 2023-09-04T19:59:42.861Z (about 1 year ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dicee Game
Welcome to the Dice Game, a simple web-based dice game where two players roll dice to determine the winner.
## Description
The Dice Game is a fun and interactive web game built with HTML, CSS, and JavaScript. It allows two players to roll virtual dice by clicking a "Refresh Me" button. The game generates random numbers for each player, displays the corresponding dice images, and announces the winner or a draw.
## Preview
![Dicee Game Preview](/images/preview.png)
## How to Play
1. Open the game by clicking the "Refresh Me" button.
2. Two dice images will be displayed for "Player 1" and "Player 2."
3. The player with the higher number wins, and the game announces the result.
4. You can play as many rounds as you like by clicking "Refresh Me" again.## Features
- Interactive gameplay with a simple user interface.
- Random dice rolls to determine the outcome.
- Announces the winner or a draw after each round.## Usage
To play the Dice Game, open the HTML file in your web browser and click the "Refresh Me" button to start a new round.
## Technologies Used
- HTML
- CSS
- JavaScript## Contact
For inquiries, get in touch with me at [mail](mailto:[email protected]). You can also visit my website at [abdulmoiz](https://www.abdulmoiz.net).
---
Find the live project at [Dicee Game](https://moiz-codebyte.github.io/DiceGame/).