diff options
author | nil <niljo@airmail.cc> | 2024-12-12 18:20:22 +0100 |
---|---|---|
committer | nil <niljo@airmail.cc> | 2024-12-12 18:20:22 +0100 |
commit | 16e02376e2273eeb25a6461f84641e96a485f652 (patch) | |
tree | 64a1deee7d8fdfda0a75475642364fc1ba4d8500 /src/stone.js | |
parent | 8a49fc718cbfebe593d18dcf37fef2a19f3aa570 (diff) |
add legal movements and organize
Diffstat (limited to 'src/stone.js')
-rw-r--r-- | src/stone.js | 1 |
1 files changed, 0 insertions, 1 deletions
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, |