KALIIOWORK / basic_python_programs

Explore easy-to-understand Python programs for beginners! Contribute, learn, and grow your coding skills. Start your Python journey here! 🚀🐍
0 stars 8 forks source link

New Python Program: Number Guessing Game #11

Closed KALIIOWORK closed 10 months ago

KALIIOWORK commented 10 months ago

Hello Python enthusiasts! Let's add an exciting game to our repository - a Number Guessing Game implemented in Python. This beginner-friendly task involves creating a program that generates a random number and allows users to guess the number within a certain range. This game will showcase random number generation, loops, conditional statements, and user input handling in Python.

Tasks:

Guidelines:

Example:

Welcome to the Number Guessing Game!

I'm thinking of a number between 1 and 100.

Enter your guess: 50
Too low! Try again.

Enter your guess: 75
Too high! Try again.

Enter your guess: 60
Correct! Congratulations, you guessed the number in 3 attempts!

How to Contribute:

  1. Fork this repository.
  2. Create a new Python file for the Number Guessing Game: number_guessing_game.py.
  3. Write the Python program following the specified tasks and guidelines.
  4. Test the game thoroughly to ensure it functions correctly.
  5. Commit your changes: git commit -m "Add Number Guessing Game program"
  6. Push to your branch: git push origin add-number-guessing-game
  7. Open a pull request to this repository.

Your contribution will provide users with an enjoyable guessing game experience. Thank you for creating this entertaining Python program for our repository!

An-Array commented 10 months ago

Hey @KALIIOWORK i would like to work on this.

awsmdeep commented 10 months ago

hii @KALIIOWORK i hope you are doing well , can you assign me this work