refactor: clean up boop implementation structure

This commit is contained in:
2026-04-07 15:43:17 +08:00
parent 10393f45b6
commit 91c993b223
18 changed files with 485 additions and 317 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import {
findPartInRegion,
findPartAtPosition
} from '@/samples/boop/utils';
import { createInitialState, BOARD_SIZE, WIN_LENGTH } from '@/samples/boop/data';
import { createInitialState, BOARD_SIZE, WIN_LENGTH } from '@/samples/boop';
import { createGameContext } from '@/core/game';
import { registry } from '@/samples/boop';