1 2 3 4 5 6
import {board} from "../board.js" export function getPiece(position) { return board.stones[position.y][position.x] }