Hello guys. I've just registered to this forum. And I need a bit of help, or at least some knowledge.
I want to make simple (in fact the most simple) animation that doesn't involve graphics.h. I want to make an asterisk (*) to circle (actually to square) around the program window using a while loop. It's for a school project.
Again, there is only one asterisk moving. I want it to square around the program window. But how? If my work is incomplete, please help me. Thanks in advance.
It moves over until x is 20, then also moves down. The next iteration, x is incremented against to 21 and this continues, moving the asterisk further to the right.