0
Live console output?
Is there any way on SoloLearn to have a live output and input. What I mean is take for example a Tic Tac Toe game versus a simple AI. Normally you would have to just put all your turns blindly and hope to win. Any way around this?
2 Answers
+ 5
The simple answer is no.(if you are not talking about HTML+CSS+Js)
The simple reason behind it is that your code runna on a remote server which only gives limited time(3-5 seconds) for it to run, so in order to not destroy that time waiting for input from user, it takes it beforehand.
+ 1
Okay, I shall continue to use an app called DCoder for codes such as these. It has 35 languages and has a run time of 200 seconds.