Skip to content

DiceR ™️ is Javascript based Dice Game developed by Mayborg.

Notifications You must be signed in to change notification settings

Mayborg121/dicer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Dice Rolling Game 🎲

This is a simple, web-based dice rolling game developed using HTML, CSS, and JavaScript. It allows users to roll a virtual dice, displaying random outcomes each time the dice is "rolled." The project was created while learning JavaScript and exploring DOM manipulation and event handling.

Features

  • Random dice rolls generating numbers between 1 and 6
  • Dynamic and interactive UI using JavaScript
  • Minimalistic design with CSS for a clean user interface
  • Easy to expand for future development (e.g., adding more players, scoring system)

How It Works

  1. Click the "Roll" button to roll the dice.
  2. The game generates a random number between 1 and 6.
  3. The corresponding dice face is displayed on the screen.

Tech Stack

  • HTML: Structure of the webpage
  • CSS: Styling for the page elements
  • JavaScript: Core logic for dice rolling and DOM manipulation

How to Run the Project

  1. Clone the repository:
    git clone https://github.com/your-username/dice-rolling-game.git
  2. Open the index.html file in your browser to start playing the game.

Alternatively, you can play the game directly here. https://mayborg121.github.io/dicer/

Future Improvements

  • Add a scoring system
  • Implement multiplayer mode
  • Improve UI/UX with animations

Have Fun Playing...!

image

Releases

No releases published

Packages

No packages published