I'm working on a application in Xcode and I'm trying to figure out how
to start. All I need to get working is to make a grid, the size 6x6.
The size of the grid would look like a chess board. Next I need to
get a image or a sprite, to fit within one of the cells and just be
able to jump from cell to cell.
I need to set it up in a way that later on, information could be
placed in the cells and retrieved by navigating the sprite over to a
cell, but that can be done later by me.