+ 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.
1 Antwort
+ 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.