func (b *Board) EndRow() core.Row { return core.Row(-1) }
func (b *Board) FirstRow() core.Row { return core.Row(b.height - 1) }