A simple dice roll game implemented in Python using tkinter for the graphical user interface. The game allows users to roll dice to achieve a target score within a specified number of tries. It supports multiple dice types, such as 6-sided, 8-sided, and 12-sided dice, and includes animations for the dice roll.
- Target Score: Users can set their own target score to achieve.
- Multiple Tries: Players have a limited number of tries to reach the target score.
- Various Dice Types: Users can choose between different types of dice, including 6-sided, 8-sided, and 12-sided.
- Dice Roll Animation: The game includes animations to simulate the rolling of dice, providing a visually engaging experience.
- Python 3.x
- tkinter (usually included with Python)
-
Clone the repository:
git clone https://github.com/bluelion0007/DiceRollGame.git
-
Navigate to the project directory:
cd DiceRollGame -
Run the game:
python main.py
-
Enter your target score, choose a dice type, and start rolling!
Contributions are welcome! If you'd like to contribute to this project, feel free to open an issue or submit a pull request.