Refreshing a...console?

Started by
9 comments, last by Lacutis 18 years, 9 months ago
I would handle it by keeping an array of ints that represents the screen. Inside the int would be the handle that represents the tile in that space. Then when you remove a line, do a loop starting at the row you are deleting and set its value equal to the id number of the tile above it, then 0 out the array elements representing the top row.

This topic is closed to new replies.

Advertisement