Hey, I am trying to get an object in my console application to move itself continuously. I'm getting really stuck and I know its something basic that I should know!
I am just checking what key is pressed and then based on that I pass the direction into a function which will move the object. I want it to move continuously but I am having trouble with my code. It is only being called once.
I also tried using a while loop, which compiles but the screen is completely blank when I do so, I can only presume I was doing something wrong.