Hi,i'm trying to make a snake type game, and, for the movement, i used a bydimensional array, how can i draw the movement without everytime redraw the grind?![]()
This is a discussion on Movement problem... within the C Programming forums, part of the General Programming Boards category; Hi,i'm trying to make a snake type game, and, for the movement, i used a bydimensional array, how can i ...
Hi,i'm trying to make a snake type game, and, for the movement, i used a bydimensional array, how can i draw the movement without everytime redraw the grind?![]()
You'll have to use non-standard functions, such as 'gotoxy' or something like the curses library. The solution will have to be system dependant. To know what you'll be able to use, we'll have to know what OS / compiler you're using.
Quzah.
Hope is the first step on the road to disappointment.
I'm using borland c++ 2.0 under windows 98![]()