If you was trying to make a online virtual robot that could respond to what you type to it, how would you make it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

If you was trying to make a online virtual robot that could respond to what you type to it, how would you make it?

This is just a random question. It could be on any program, even very simple ones. It could be as simple as ever, I just wanna know what you would do out of curiosity.

5th Jan 2019, 9:39 PM
Matty1406
Matty1406 - avatar
1 Answer
+ 2
First, create the robot and all his virtual methods. And create a shell to control the robot with commands (like a Linux, Windows or Mac shell, you see?). Because it's online, you need to create a socket to give order to the bot. Finally, create the interface you can use to control easily the robot from your computer.
5th Jan 2019, 10:26 PM
Théophile
Théophile - avatar