cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

Up-Down game with Python.

Open guswnsim opened this issue 1 year ago • 1 comments

This is a(n):

  • [x] 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.

guswnsim avatar Nov 26 '24 14:11 guswnsim

please assign this issue

suvendukungfu avatar Oct 23 '25 14:10 suvendukungfu