From 2303968dc24664d1fb4383d019420e7ddcf06b8a Mon Sep 17 00:00:00 2001 From: nil Date: Wed, 18 Dec 2024 17:53:17 +0100 Subject: progress --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index 5a376ac..4a3ef3f 100755 --- a/src/index.js +++ b/src/index.js @@ -1,10 +1,10 @@ import { prepareBoard } from "./board.js" -import { nextTurn } from "./engine/turns.js" +import { startTurn } from "./engine/turns.js" function start() { prepareBoard() - nextTurn() + startTurn() } -- cgit v1.2.3