From 16e02376e2273eeb25a6461f84641e96a485f652 Mon Sep 17 00:00:00 2001 From: nil Date: Thu, 12 Dec 2024 18:20:22 +0100 Subject: add legal movements and organize --- src/stone.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stone.js') diff --git a/src/stone.js b/src/stone.js index 5203fed..0fc8607 100644 --- a/src/stone.js +++ b/src/stone.js @@ -4,7 +4,6 @@ import { board } from "./board.js" import { ASSETS_BLACK, ASSETS_WHITE, PLAYER } from "./constants.js" - export class Stone { constructor({ team = PLAYER.BLACK, -- cgit v1.2.3