Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 684 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 684 Bytes

Guessing Dice Game

This repository contains a simple dice guessing game implemented in Python. The game prompts the player to guess the outcome of a dice roll and provides feedback based on whether the guess is correct or not. It's a fun and interactive way to practice basic Python programming skills while enjoying a classic guessing game.

Features:

Generates a random dice roll.
Prompts the player to guess the number rolled.
Provides feedback on whether the guess is correct or incorrect.

Usage:

Clone the repository.
Run the Python script to start the game.
Follow the prompts to enter your guesses and see if you can guess the dice roll correctly.