boardgame-core/src/samples/boop/utils/index.ts

12 lines
185 B
TypeScript

export {
getLineCandidates,
isInBounds,
isCellOccupied,
getNeighborPositions
} from './board';
export {
findPartInRegion,
findPartAtPosition
} from './pieces';