I assume you would like to use Python? This is probably not the right place to look for answers to questions like this.
To get an introduction to the mindset of programming, try the hour of code <https://hourofcode.com>. Then continue with a Python specific introduction here <https://www.python.org/about/gettingstarted/>. good luck! On Tuesday, January 9, 2018 at 9:04:47 PM UTC, Agata G wrote: > > Hi! > I have a project to make a simple numeric game. First of all the computer > chooses a random number from 0-1000. Then user asks if the number is in the > first part (0-499) or is it in the second (500-1000). The computer answears > YES or NO. Let's suppose the compmuter said yes to the question about 1st > part. The user asks again is it from 0-249 and so on so on. The game ends > when user finds the number. Anyone has an idea? > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/e39c504d-9e7c-4ec1-a66e-df5e163ad24c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
