csharp console animations | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

28th Jun 2018, 11:37 AM
sharpProgrammer
sharpProgrammer - avatar
5 Answers
+ 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.
28th Jun 2018, 11:51 AM
Ulisses Cruz
Ulisses Cruz - avatar
28th Jun 2018, 11:43 AM
Ulisses Cruz
Ulisses Cruz - avatar
+ 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
28th Jun 2018, 11:48 AM
Agent
Agent - avatar
+ 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?
28th Jun 2018, 12:16 PM
sharpProgrammer
sharpProgrammer - avatar
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.
14th Jan 2020, 8:03 PM
s.f