Lucky Dice is an interactive web-based game where players try to guess the outcome of a roll of a dice. The game provides a fun way to test your luck by selecting a number between 1 and 6. Each player has ten attempts to guess the correct number, and the game tracks wins and losses. The objective is to achieve at least three wins to win the game.
- User Interaction: Players can select a number to guess the outcome of the dice roll.
- Random Number Generation: The game generates a random number between 1 and 6 for each round.
- Win/Loss Tracking: The game keeps track of the number of wins and losses throughout the game session.
- Game Reset: The game resets after all attempts are used, allowing players to play again.
- Responsive Design: The game layout adapts to various screen sizes for an optimal user experience.
- HTML: Structure of the game interface.
- CSS: Styling for the game elements and layout.
- JavaScript: Game logic for handling user input, random number generation, and updating the game state.
Contributions are welcome! If you would like to contribute to this project, please fork the repository and submit a pull request.
Thank you for checking out Lucky Dice! I hope you enjoy playing this game as much as I enjoyed creating it. If you have any feedback, suggestions for improvements, or just want to share your experience, feel free to reach out! Let's make gaming more fun together!