How can I make motion with c++ in console application like snake game for example ??
Motion is just a series of images in sequence. So you don't make motion. You run a series of screen images in which the next image is dependent on user input from the keyboard.
No comments:
Post a Comment