const NEIGHBORS: [u8; 8];
Offsets for each of the eight neighbors. The last four offsets will wrap around when added to u8 to give a smaller index.
u8