Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Number Guessing Game #66

Closed
nakshatra-garg opened this issue Oct 14, 2021 · 1 comment
Closed

Python: Number Guessing Game #66

nakshatra-garg opened this issue Oct 14, 2021 · 1 comment

Comments

@nakshatra-garg
Copy link
Owner

Description

A number guessing game aims to guess the number that the program has come up with. Essentially the program logic is:

  1. The program randomly selects a number between 1 and 100 or any other combination of numbers.
  2. It will then ask the player to enter his proposal.
  3. It will then check if this number is the same as the one generated randomly by the computer; if so, the player wins.
  4. If the player’s guess is not the same, then he will check if the number is higher or lower than the guess and tell the player.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.
@nakshatra-garg
Copy link
Owner Author

#72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant