north property

int north

The number of indices required to travel one square north.

Implementation

int get north => h * 2;