0
csharp console animations
Does the SoloLearn codeplayground for c# allow for animating the console, like moving a character across the line of the console or creating a spinner
5 Réponses
+ 3
Agent
Even printing lines fast would not work in the Sololearn playground.
Because the code is send to Sololearn server and only the result comes back.
+ 1
No APCSP SAWYER chaning characters that are already printed onto the console cannot be done
however, you can give the effect of this by printing multiple lines onto the console very fast so it seems like the text is moving
+ 1
Great program Ulisses, and thanks for the input guys.
So is there any use for using System.Threading.Tasks,
in the context of SoloLearn's codeplayground?
0
sharpProgrammer I know this is really late but, no. SoloLearn compiles things on the serverside, hence why you need to enter all inputs before the program begins compiling and why it takes reasonably long to compile stuff sometimes (however, there are many other factors to this). So no, animations are not possible and no, System.Threading.Tasks is useless.