Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dice Generator #20

Open
Geekyash10 opened this issue Oct 23, 2024 · 2 comments
Open

Dice Generator #20

Geekyash10 opened this issue Oct 23, 2024 · 2 comments

Comments

@Geekyash10
Copy link
Collaborator

Description: Build a simple dice roller that generates random numbers between 1 and 6 (or other dice sizes like 20-sided dice for games). The user can click a button to roll the dice and see the result.

Features:

  • Button to roll the dice.
  • Display of a random number between 1 and 6 after the button is clicked (for a standard six-sided dice).
  • Option to display an image representing the rolled dice face (e.g., dice showing dots for 1 to 6).
  • Optional: Allow users to select different dice types (e.g., D6, D20, etc.).

Skills:

  • HTML for the button and result display area.
  • CSS for styling the dice result and layout.
  • JavaScript for generating a random number and updating the display with the result.
@Akshat-1618
Copy link
Contributor

Akshat-1618 commented Oct 23, 2024

please assign this issue to
me

@Geekyash10
Copy link
Collaborator Author

okk @Akshat-1618 Good Luck!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants