Skip to content

homadb/Number-Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Number Guessing Game

Test your guessing skills with this simple Number Guessing Game!

Features

  • Random Number Generation: The app generates a random number between a specified range.
  • User Input: Allows users to input their guesses and provides feedback based on the guess.
  • Win Condition: Notifies the user when they correctly guess the random number.

Usage

  1. Clone the repository: git clone https://github.com/homadb/Number-Guessing-Game.git

  2. Navigate to the project directory: cd Number-Guessing-Game

  3. Run the app: python guessing_number_game.py

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Create a new pull request.

License

This project is licensed under the MIT License.

About

A Simple Number Guessing Python Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages