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

Up-Down game with Python. #6826

Open
1 of 4 tasks
guswnsim opened this issue Nov 26, 2024 · 0 comments
Open
1 of 4 tasks

Up-Down game with Python. #6826

guswnsim opened this issue Nov 26, 2024 · 0 comments

Comments

@guswnsim
Copy link

guswnsim commented Nov 26, 2024

This is a(n):

  • New algorithm
  • Update to an existing algorithm
  • Error
  • Proposal to the Repository

Details:
I tried implementing an up-down game with Python.
Up-down games are games that guess what number is randomly determined within a range designated by the user.
The user enters the minimum and maximum values to specify the range. One random number is determined within the range designated by the user by the program. The user enters the number estimated to be the correct answer once. It is determined that the input number is larger or smaller than the correct answer so that the correct answer can be inferred. When the user enters the correct answer, the game is over.

This was referenced Nov 26, 2024
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