Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeebkhan25/dice_game
A fun and interactive web-based 🎲 dice game where two players roll dice to compete for the highest roll. Built with HTML, CSS, and JavaScript.
https://github.com/adeebkhan25/dice_game
css game html javascript
Last synced: 2 days ago
JSON representation
A fun and interactive web-based 🎲 dice game where two players roll dice to compete for the highest roll. Built with HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/adeebkhan25/dice_game
- Owner: AdeebKhan25
- Created: 2019-12-12T08:25:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T18:09:02.000Z (3 months ago)
- Last Synced: 2024-08-26T19:15:31.227Z (3 months ago)
- Topics: css, game, html, javascript
- Language: HTML
- Homepage: https://adeebkhan25.github.io/dice_game/
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dice Game
A simple, fun web-based Dice Game where two players can roll the dice and see who wins! Built with HTML, CSS, and JavaScript.
## Features
1. Play 🎲 dice using a web app instead of a physical one.
2. Click the "Roll the Dice !!!" button.
3. Each player rolls a die, and the player with the higher number wins!
4. If both players roll the same number, it's a tie.## Getting Started
To get started with this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/AdeebKhan25/dice_game.git
```
2. Navigate to the dice_game directory:
```bash
cd dice_game
```
3. Open index.html by any web browser to run your dice game.## Screenshot
![dice](https://github.com/user-attachments/assets/d49877a8-8f4b-454b-b230-bc22eb9e17ae)
### Further Assistance
If you need any more help or have other questions, feel free to ask. Happy coding! 🚀