Guessing Game

Hi all,
I’m a beginner in UiPath Studio.

I want to make a simple number guessing game where:
A random number between 1–10 is generated.
the user is asked to guess the number using Input Dialog. The loop continues until the user guesses it correctly.
success message is shown at the end.

Hi,

There are several topics regarding guess game in the forum.
For now, can you check them from the following link?

https://forum.uipath.com/search?q=guess%20game

Regards,

2 Likes

Hi @Megha_Kathuria

It is one of the basics, and i would suggest you try it out on your own. It’ll give you a learning experience in logic building.

You can still refer this thread if you really need help:

If this helps you, do mark it as solution
Happy Automation :star_struck:

1 Like

@Megha_Kathuria

If you are using Cloud version of Studio - I would suggest you to post the same question to Studio Auto Pilot and it will generate the code for you which you could utilize to fine tune and understand the logic

FYI - Autopilot is a cool AI feature in Studio which will help you to generate the code based on your natural language input

:slight_smile:

Note: The code generated might not be in full working condition. You might need to go through the code and fix wherever required. But definitely - 80% code will be done automatically

I tried and it is working as expected