Hi I just started a new project from pembinatrails in class called Worm, and for the background we have to create cells. I'm really confused on how to do this because I don't know what it means when it asks me to define an instance constant.
Here's what it says:
"In the Ground class, define an instance constant called CELL_SIZE and set it to 20. Pass this constant to the Worm and Food constructor...Draw vertical and horizontal lines on the world to outline the cells."
The Ground class is the world subclass and Food and Worm are Actor subclasses.

