#"How is the output on the console remaining aligned?

3 messages · Page 1 of 1 (latest)

marsh swallowBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

normal pike
#

They're probably using some console control library. See conio.h on windows, or a library like ncurses on *nix

upper hedge
#

Is this even done in C?
Cause, for example, I here have a Snake game written purely in native Windows batch (not from me; the beginning of the file is the README where it explains how to remove the screen flicker you will notice when playing this game)