Computer Science Canada help with nibbles-like program |
Author: | WhatAmIDoing [ Thu Mar 04, 2004 9:12 am ] | ||
Post subject: | help with nibbles-like program | ||
hey i need some help can anyone help me fix this program
mod edit: please post in the right section next time, and please use a better topic name (and if at all possible, be more descriptive about your problem). |
Author: | McKenzie [ Thu Mar 04, 2004 11:28 am ] |
Post subject: | |
You are assuming that the snake travels in a straight line. You need to keep track of each segment of the snake in an array then you can draw and erase them one at a time. |