import {board} from "../board.js" export function getPiece(position) { return board.stones[position.y][position.x] }