@dreamboard-games/sdk 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +96 -0
- package/README.md +12 -0
- package/dist/HandView-ncJIVLhN.d.ts +193 -0
- package/dist/ResourceCounter-CTREyF73.d.ts +102 -0
- package/dist/ThemeProvider-fy0_QzgO.d.ts +99 -0
- package/dist/bundle-TIZcw8LB.d.ts +281 -0
- package/dist/cards-Sl3b40Mv.d.ts +13 -0
- package/dist/chunk-7YAHLYBR.js +481 -0
- package/dist/chunk-7YAHLYBR.js.map +1 -0
- package/dist/chunk-FDNZTDD6.js +8085 -0
- package/dist/chunk-FDNZTDD6.js.map +1 -0
- package/dist/chunk-GKKBPPSW.js +598 -0
- package/dist/chunk-GKKBPPSW.js.map +1 -0
- package/dist/chunk-I46YJSOD.js +1 -0
- package/dist/chunk-I46YJSOD.js.map +1 -0
- package/dist/chunk-KAELH4KC.js +104 -0
- package/dist/chunk-KAELH4KC.js.map +1 -0
- package/dist/chunk-PZ5AY32C.js +10 -0
- package/dist/chunk-PZ5AY32C.js.map +1 -0
- package/dist/chunk-T3ZKNUZ7.js +1 -0
- package/dist/chunk-T3ZKNUZ7.js.map +1 -0
- package/dist/chunk-T52J5RMF.js +1 -0
- package/dist/chunk-T52J5RMF.js.map +1 -0
- package/dist/chunk-TDSWKVZ4.js +5401 -0
- package/dist/chunk-TDSWKVZ4.js.map +1 -0
- package/dist/chunk-U5C6BONG.js +34 -0
- package/dist/chunk-U5C6BONG.js.map +1 -0
- package/dist/chunk-VDXOF4FW.js +69 -0
- package/dist/chunk-VDXOF4FW.js.map +1 -0
- package/dist/chunk-VFTAA4WO.js +115 -0
- package/dist/chunk-VFTAA4WO.js.map +1 -0
- package/dist/chunk-WN74KVNY.js +17 -0
- package/dist/chunk-WN74KVNY.js.map +1 -0
- package/dist/chunk-WYPQ3GG5.js +10990 -0
- package/dist/chunk-WYPQ3GG5.js.map +1 -0
- package/dist/components-D5ZRE2Hl.d.ts +1451 -0
- package/dist/generated/runtime/primitives.d.ts +12 -0
- package/dist/generated/runtime/primitives.js +180 -0
- package/dist/generated/runtime/primitives.js.map +1 -0
- package/dist/generated/runtime-api.d.ts +3 -0
- package/dist/generated/runtime-api.js +2 -0
- package/dist/generated/runtime-api.js.map +1 -0
- package/dist/generated/runtime.d.ts +14 -0
- package/dist/generated/runtime.js +18 -0
- package/dist/generated/runtime.js.map +1 -0
- package/dist/generated/workspace-contract.d.ts +14 -0
- package/dist/generated/workspace-contract.js +14 -0
- package/dist/generated/workspace-contract.js.map +1 -0
- package/dist/hex-board-view-D_07hO6O.d.ts +933 -0
- package/dist/hex-color-MhOyuY-o.d.ts +8 -0
- package/dist/index-BwqPQtBu.d.ts +1433 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -0
- package/dist/infrastructure/reducer-bundle-abi.d.ts +1083 -0
- package/dist/infrastructure/reducer-bundle-abi.js +14 -0
- package/dist/infrastructure/reducer-bundle-abi.js.map +1 -0
- package/dist/infrastructure/workspace-codegen.d.ts +53 -0
- package/dist/infrastructure/workspace-codegen.js +44 -0
- package/dist/infrastructure/workspace-codegen.js.map +1 -0
- package/dist/manifest-contract-BNHVGFtU.d.ts +9 -0
- package/dist/package-set.d.ts +13 -0
- package/dist/package-set.js +12 -0
- package/dist/package-set.js.map +1 -0
- package/dist/primitive-props-DpKs-GCr.d.ts +11 -0
- package/dist/reducer.d.ts +3786 -0
- package/dist/reducer.js +8131 -0
- package/dist/reducer.js.map +1 -0
- package/dist/runtime/primitives.d.ts +226 -0
- package/dist/runtime/primitives.js +180 -0
- package/dist/runtime/primitives.js.map +1 -0
- package/dist/runtime/types/runtime-api.d.ts +1 -0
- package/dist/runtime/types/runtime-api.js +2 -0
- package/dist/runtime/types/runtime-api.js.map +1 -0
- package/dist/runtime/workspace-contract.d.ts +172 -0
- package/dist/runtime/workspace-contract.js +14 -0
- package/dist/runtime/workspace-contract.js.map +1 -0
- package/dist/runtime-api-3dshj6kK.d.ts +101 -0
- package/dist/runtime-api-DWxvTr-O.d.ts +379 -0
- package/dist/runtime.d.ts +58 -0
- package/dist/runtime.js +13 -0
- package/dist/runtime.js.map +1 -0
- package/dist/slots-1GPGihk8.d.ts +8 -0
- package/dist/testing.d.ts +149 -0
- package/dist/testing.js +513 -0
- package/dist/testing.js.map +1 -0
- package/dist/types.d.ts +496 -0
- package/dist/types.js +28 -0
- package/dist/types.js.map +1 -0
- package/dist/ui/components.d.ts +16 -0
- package/dist/ui/components.js +192 -0
- package/dist/ui/components.js.map +1 -0
- package/dist/ui/defaults.d.ts +19 -0
- package/dist/ui/defaults.js +104 -0
- package/dist/ui/defaults.js.map +1 -0
- package/dist/ui/plugin-styles.css +250 -0
- package/dist/ui/types/player-state.d.ts +365 -0
- package/dist/ui/types/player-state.js +1 -0
- package/dist/ui/types/player-state.js.map +1 -0
- package/dist/ui-contract-iQfTtUSL.d.ts +1161 -0
- package/dist/ui.d.ts +320 -0
- package/dist/ui.js +253 -0
- package/dist/ui.js.map +1 -0
- package/package.json +199 -0
- package/src/generated/reducer-contract/builders.ts +90 -0
- package/src/generated/reducer-contract/version.ts +9 -0
- package/src/generated/reducer-contract/wire.ts +100 -0
- package/src/generated/reducer-contract/zod.ts +101 -0
- package/src/generated/runtime/primitives.ts +2 -0
- package/src/generated/runtime-api.ts +5 -0
- package/src/generated/runtime.ts +35 -0
- package/src/generated/workspace-contract.ts +2 -0
- package/src/index.ts +7 -0
- package/src/infrastructure/reducer-bundle-abi.ts +8 -0
- package/src/infrastructure/reducer-contract/bundle.ts +37 -0
- package/src/infrastructure/workspace-codegen/hex-geometry.ts +69 -0
- package/src/infrastructure/workspace-codegen/index.ts +64 -0
- package/src/infrastructure/workspace-codegen/manifest-contract.ts +6632 -0
- package/src/infrastructure/workspace-codegen/manifest-validation.ts +795 -0
- package/src/infrastructure/workspace-codegen/ownership.ts +131 -0
- package/src/infrastructure/workspace-codegen/preset-card-sets.ts +169 -0
- package/src/infrastructure/workspace-codegen/seeds.ts +1705 -0
- package/src/infrastructure/workspace-codegen.ts +1 -0
- package/src/package-set.ts +19 -0
- package/src/reducer/authoring/contract.ts +157 -0
- package/src/reducer/authoring/effect.ts +224 -0
- package/src/reducer/authoring/game.ts +23 -0
- package/src/reducer/authoring/interaction.ts +98 -0
- package/src/reducer/authoring/phase.ts +300 -0
- package/src/reducer/authoring/types.ts +70 -0
- package/src/reducer/authoring/validation.ts +382 -0
- package/src/reducer/authoring/view-stage.ts +68 -0
- package/src/reducer/authoring.ts +29 -0
- package/src/reducer/bundle/ingress-bundle.ts +491 -0
- package/src/reducer/bundle/trusted/engine-instruction-resolver.ts +254 -0
- package/src/reducer/bundle/trusted/flow-instruction-resolver.ts +73 -0
- package/src/reducer/bundle/trusted/instruction-runner.ts +414 -0
- package/src/reducer/bundle/trusted/interaction-authorization.ts +137 -0
- package/src/reducer/bundle/trusted/interaction-collectors.ts +859 -0
- package/src/reducer/bundle/trusted/interaction-decision.ts +747 -0
- package/src/reducer/bundle/trusted/interaction-resolver.ts +95 -0
- package/src/reducer/bundle/trusted/interaction-types.ts +171 -0
- package/src/reducer/bundle/trusted/lifecycle-runner.ts +427 -0
- package/src/reducer/bundle/trusted/projection-builder.ts +356 -0
- package/src/reducer/bundle/trusted/projection-context.ts +39 -0
- package/src/reducer/bundle/trusted/rng-sampler.ts +150 -0
- package/src/reducer/bundle/trusted/runtime-registry.ts +120 -0
- package/src/reducer/bundle/trusted/runtime-scope.ts +336 -0
- package/src/reducer/bundle/trusted/simultaneous-player.ts +97 -0
- package/src/reducer/bundle/trusted/stage-resolver.ts +87 -0
- package/src/reducer/bundle/trusted/static-projection.ts +116 -0
- package/src/reducer/bundle/trusted/trusted-runtime-args.ts +97 -0
- package/src/reducer/bundle/trusted/trusted-runtime-result.ts +39 -0
- package/src/reducer/bundle/trusted/trusted-setup-profiles.ts +43 -0
- package/src/reducer/bundle/trusted/trusted-state-codec.ts +48 -0
- package/src/reducer/bundle/trusted-bundle.ts +97 -0
- package/src/reducer/bundle/types.ts +171 -0
- package/src/reducer/bundle.ts +2 -0
- package/src/reducer/client-param-schemas.ts +57 -0
- package/src/reducer/compose.ts +34 -0
- package/src/reducer/core/runtime-input.ts +30 -0
- package/src/reducer/core/runtime-instruction.ts +59 -0
- package/src/reducer/core/types.ts +62 -0
- package/src/reducer/definition-index.ts +277 -0
- package/src/reducer/derived.ts +106 -0
- package/src/reducer/effects.ts +92 -0
- package/src/reducer/engine/runtime-instruction-engine.ts +155 -0
- package/src/reducer/ingress/decode-runtime-input.ts +7 -0
- package/src/reducer/ingress/decode-session-state.ts +9 -0
- package/src/reducer/ingress/encode-session-state.ts +6 -0
- package/src/reducer/ingress/input-codec.ts +18 -0
- package/src/reducer/ingress/phase-schemas.ts +62 -0
- package/src/reducer/ingress/raw-types.ts +107 -0
- package/src/reducer/ingress/runtime-codec.ts +14 -0
- package/src/reducer/ingress/runtime-payload.ts +13 -0
- package/src/reducer/ingress/session-codec.ts +392 -0
- package/src/reducer/ingress/types.ts +6 -0
- package/src/reducer/inputs/boardInput.ts +217 -0
- package/src/reducer/inputs/boardTarget.ts +190 -0
- package/src/reducer/inputs/cardInput.ts +86 -0
- package/src/reducer/inputs/cardTarget.ts +101 -0
- package/src/reducer/inputs/choiceTarget.ts +104 -0
- package/src/reducer/inputs/defineInputs.ts +71 -0
- package/src/reducer/inputs/formInput.ts +809 -0
- package/src/reducer/inputs/many.ts +120 -0
- package/src/reducer/inputs/promptInput.ts +87 -0
- package/src/reducer/inputs/rngInput.ts +58 -0
- package/src/reducer/inputs/targetRule.ts +123 -0
- package/src/reducer/inputs.ts +41 -0
- package/src/reducer/model/definition.ts +1072 -0
- package/src/reducer/model/extract.ts +745 -0
- package/src/reducer/model/manifest.ts +570 -0
- package/src/reducer/model/queries.ts +641 -0
- package/src/reducer/model/runtime.ts +264 -0
- package/src/reducer/model/spec.ts +1386 -0
- package/src/reducer/model/table.ts +260 -0
- package/src/reducer/model.ts +7 -0
- package/src/reducer/ops.ts +1034 -0
- package/src/reducer/parse-utils.ts +28 -0
- package/src/reducer/per-player.ts +422 -0
- package/src/reducer/rng.ts +69 -0
- package/src/reducer/schema-helpers.ts +185 -0
- package/src/reducer/setup-bootstrap-helpers.ts +171 -0
- package/src/reducer/setup-bootstrap.ts +481 -0
- package/src/reducer/table-ops.ts +2671 -0
- package/src/reducer/table-queries.ts +372 -0
- package/src/reducer/transaction.ts +120 -0
- package/src/reducer.ts +314 -0
- package/src/runtime/primitives.ts +1 -0
- package/src/runtime/types/runtime-api.ts +1 -0
- package/src/runtime/workspace-contract.ts +32 -0
- package/src/runtime-internal/components/InteractionForm.tsx +1309 -0
- package/src/runtime-internal/components/PluginRuntime.tsx +103 -0
- package/src/runtime-internal/components/board/target-layer.ts +70 -0
- package/src/runtime-internal/context/ClientParamSchemaContext.tsx +44 -0
- package/src/runtime-internal/context/InteractionDraftContext.tsx +279 -0
- package/src/runtime-internal/context/PluginSessionContext.tsx +47 -0
- package/src/runtime-internal/context/PluginStateContext.tsx +262 -0
- package/src/runtime-internal/context/RuntimeContext.tsx +96 -0
- package/src/runtime-internal/defaults/components.tsx +409 -0
- package/src/runtime-internal/defaults/index.ts +11 -0
- package/src/runtime-internal/errors/ValidationError.ts +29 -0
- package/src/runtime-internal/hooks/useActivePlayers.ts +33 -0
- package/src/runtime-internal/hooks/useBoardInteractions.ts +665 -0
- package/src/runtime-internal/hooks/useGameSelector.ts +105 -0
- package/src/runtime-internal/hooks/useGameView.ts +9 -0
- package/src/runtime-internal/hooks/useInteractionByKey.ts +354 -0
- package/src/runtime-internal/hooks/useInteractionHandle.ts +438 -0
- package/src/runtime-internal/hooks/useIsMyTurn.ts +20 -0
- package/src/runtime-internal/hooks/useLobby.ts +76 -0
- package/src/runtime-internal/hooks/useMe.ts +48 -0
- package/src/runtime-internal/hooks/usePlayerInfo.ts +28 -0
- package/src/runtime-internal/hooks/usePlayerTurnOrder.ts +23 -0
- package/src/runtime-internal/hooks/usePluginRuntime.ts +147 -0
- package/src/runtime-internal/hooks/useSeatInbox.ts +61 -0
- package/src/runtime-internal/hooks/useSimultaneousPhase.ts +10 -0
- package/src/runtime-internal/index.ts +42 -0
- package/src/runtime-internal/internal.ts +43 -0
- package/src/runtime-internal/plugin-styles.css +250 -0
- package/src/runtime-internal/primitives/board.tsx +459 -0
- package/src/runtime-internal/primitives/dialog-lifecycle.ts +58 -0
- package/src/runtime-internal/primitives/dice.tsx +79 -0
- package/src/runtime-internal/primitives/game-ui-provider.tsx +35 -0
- package/src/runtime-internal/primitives/game.tsx +387 -0
- package/src/runtime-internal/primitives/hand-intent-adapter.ts +147 -0
- package/src/runtime-internal/primitives/hand-surface.tsx +594 -0
- package/src/runtime-internal/primitives/index.ts +196 -0
- package/src/runtime-internal/primitives/interaction-form-binding.tsx +56 -0
- package/src/runtime-internal/primitives/interaction-submit.ts +90 -0
- package/src/runtime-internal/primitives/interaction.tsx +987 -0
- package/src/runtime-internal/primitives/phase.tsx +43 -0
- package/src/runtime-internal/primitives/player-roster.tsx +302 -0
- package/src/runtime-internal/primitives/primitive-props.tsx +101 -0
- package/src/runtime-internal/primitives/prompt.tsx +255 -0
- package/src/runtime-internal/primitives/ui.tsx +60 -0
- package/src/runtime-internal/primitives/zone.tsx +791 -0
- package/src/runtime-internal/reducer.ts +30 -0
- package/src/runtime-internal/runtime/createPluginRuntimeAPI.ts +605 -0
- package/src/runtime-internal/types/plugin-state.ts +508 -0
- package/src/runtime-internal/types/reducer-state.ts +24 -0
- package/src/runtime-internal/types/runtime-api.ts +114 -0
- package/src/runtime-internal/ui-contract.ts +519 -0
- package/src/runtime-internal/utils/card-intent-adapter.ts +546 -0
- package/src/runtime-internal/utils/interaction-inputs.ts +492 -0
- package/src/runtime-internal/utils/interaction-labels.ts +23 -0
- package/src/runtime-internal/utils/interaction-router.ts +273 -0
- package/src/runtime-internal/utils/interaction-status.ts +74 -0
- package/src/runtime-internal/workspace-contract.ts +1170 -0
- package/src/runtime.ts +34 -0
- package/src/testing/create-expect-api.ts +352 -0
- package/src/testing/create-test-runtime.ts +381 -0
- package/src/testing/definitions.ts +127 -0
- package/src/testing/index.ts +3 -0
- package/src/testing.ts +1 -0
- package/src/type-stubs/manifest-contract.d.ts +42 -0
- package/src/type-stubs/manifest-contract.js +72 -0
- package/src/type-stubs/ui-contract.d.ts +5 -0
- package/src/type-stubs/ui-contract.js +1 -0
- package/src/types/authoring-card-properties.type-test.ts +266 -0
- package/src/types/authoring.ts +1282 -0
- package/src/types/cards.ts +19 -0
- package/src/types/contracts.ts +1550 -0
- package/src/types/generated-helpers.ts +35 -0
- package/src/types/index.ts +147 -0
- package/src/types/slots.ts +11 -0
- package/src/types.ts +1 -0
- package/src/ui/components/ActionButton.tsx +97 -0
- package/src/ui/components/ActionPanel.tsx +315 -0
- package/src/ui/components/Card.tsx +378 -0
- package/src/ui/components/CardDragSurface.tsx +1076 -0
- package/src/ui/components/ChromeSuppressionContext.tsx +70 -0
- package/src/ui/components/CostDisplay.tsx +145 -0
- package/src/ui/components/DiceRoller.tsx +581 -0
- package/src/ui/components/Drawer.tsx +180 -0
- package/src/ui/components/ErrorBoundary.tsx +275 -0
- package/src/ui/components/GameEndDisplay.tsx +398 -0
- package/src/ui/components/GameSkeleton.tsx +260 -0
- package/src/ui/components/Hand.tsx +468 -0
- package/src/ui/components/HandDock.tsx +299 -0
- package/src/ui/components/HandView.tsx +441 -0
- package/src/ui/components/MobileHandTray.tsx +381 -0
- package/src/ui/components/MoreActions.tsx +143 -0
- package/src/ui/components/PhaseIndicator.tsx +341 -0
- package/src/ui/components/PlayArea.tsx +146 -0
- package/src/ui/components/PrimaryActionButton.tsx +336 -0
- package/src/ui/components/PrimaryButton.tsx +45 -0
- package/src/ui/components/ResourceCounter.tsx +270 -0
- package/src/ui/components/StagingZone.tsx +134 -0
- package/src/ui/components/ThemedButton.tsx +113 -0
- package/src/ui/components/Toast.tsx +264 -0
- package/src/ui/components/board/HexGrid.tsx +1294 -0
- package/src/ui/components/board/NetworkGraph.tsx +476 -0
- package/src/ui/components/board/SlotSystem.tsx +388 -0
- package/src/ui/components/board/SquareGrid.tsx +1165 -0
- package/src/ui/components/board/TrackBoard.tsx +496 -0
- package/src/ui/components/board/ZoneMap.tsx +448 -0
- package/src/ui/components/board/hex-board-view.ts +123 -0
- package/src/ui/components/board/index.ts +142 -0
- package/src/ui/components/board/interaction-accessibility.ts +21 -0
- package/src/ui/components/board/target-layer.ts +66 -0
- package/src/ui/components/card-render-content.type-test.ts +27 -0
- package/src/ui/components/hand-layout-math.ts +163 -0
- package/src/ui/components/hand-pointer-engine.ts +413 -0
- package/src/ui/components/index.ts +245 -0
- package/src/ui/components.ts +1 -0
- package/src/ui/defaults/components.tsx +106 -0
- package/src/ui/defaults/index.ts +8 -0
- package/src/ui/defaults.ts +1 -0
- package/src/ui/errors/ValidationError.ts +29 -0
- package/src/ui/helpers/cards.ts +19 -0
- package/src/ui/helpers/track-board.ts +211 -0
- package/src/ui/hooks/useBoardTopology.ts +316 -0
- package/src/ui/hooks/useCards.ts +10 -0
- package/src/ui/hooks/useHandCardPointer.ts +381 -0
- package/src/ui/hooks/useHandLayout.ts +378 -0
- package/src/ui/hooks/useHandPresentation.ts +121 -0
- package/src/ui/hooks/useHexBoard.ts +74 -0
- package/src/ui/hooks/useHexGrid.ts +185 -0
- package/src/ui/hooks/useIsMobile.ts +35 -0
- package/src/ui/hooks/usePanZoom.ts +278 -0
- package/src/ui/hooks/useSquareBoard.ts +124 -0
- package/src/ui/hooks/useSquareGrid.ts +328 -0
- package/src/ui/index.ts +98 -0
- package/src/ui/internal/ui/alert.tsx +51 -0
- package/src/ui/internal/ui/button.tsx +58 -0
- package/src/ui/internal/ui/dialog.tsx +134 -0
- package/src/ui/internal/ui/input.tsx +21 -0
- package/src/ui/internal/ui/label.tsx +21 -0
- package/src/ui/internal/ui/select.tsx +129 -0
- package/src/ui/internal/ui/tooltip.tsx +54 -0
- package/src/ui/internal/ui/utils.ts +5 -0
- package/src/ui/plugin-styles.css +250 -0
- package/src/ui/primitives/dialog-lifecycle.ts +58 -0
- package/src/ui/primitives/dice.tsx +79 -0
- package/src/ui/primitives/primitive-props.tsx +101 -0
- package/src/ui/theme/ThemeProvider.tsx +252 -0
- package/src/ui/theme/board.ts +61 -0
- package/src/ui/theme/css-vars.ts +105 -0
- package/src/ui/theme/derive.ts +240 -0
- package/src/ui/theme/index.ts +61 -0
- package/src/ui/theme/presets/arcade.ts +261 -0
- package/src/ui/theme/presets/studio.ts +261 -0
- package/src/ui/theme/presets/tabletop.ts +266 -0
- package/src/ui/theme/tokens.ts +392 -0
- package/src/ui/types/hex-color.ts +20 -0
- package/src/ui/types/player-state.ts +463 -0
- package/src/ui/types/tiled-board.ts +785 -0
- package/src/ui/types/visual-state.ts +137 -0
- package/src/ui.ts +1 -0
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
import { createDerivedResolver } from "../../derived";
|
|
2
|
+
import type { DerivedResolver } from "../../derived";
|
|
3
|
+
import { createReducerFx } from "../../effects";
|
|
4
|
+
import { createReducerOps } from "../../ops";
|
|
5
|
+
import { createReducerEdit } from "../../transaction";
|
|
6
|
+
import { createStateQueries } from "../../table-queries";
|
|
7
|
+
import type { TrustedRuntimeInput } from "../../core/types";
|
|
8
|
+
import type { RuntimeInstructionForState } from "../../core/runtime-instruction";
|
|
9
|
+
import type {
|
|
10
|
+
ActionContext,
|
|
11
|
+
AnyContinuationCallable,
|
|
12
|
+
AnyInteractionSpec,
|
|
13
|
+
BaseGameSessionOfContract,
|
|
14
|
+
BaseGameStateOfContract,
|
|
15
|
+
ManifestContractOf,
|
|
16
|
+
PhaseMapOf,
|
|
17
|
+
PhaseNamesOfDefinition,
|
|
18
|
+
PlayerIdOfState,
|
|
19
|
+
PlayerZoneIdOfManifest,
|
|
20
|
+
RandomHelpers,
|
|
21
|
+
ReducerGameContractLike,
|
|
22
|
+
ReducerGameDefinition,
|
|
23
|
+
StageSpec,
|
|
24
|
+
TableQueriesOfState,
|
|
25
|
+
ViewMapOf,
|
|
26
|
+
} from "../../model";
|
|
27
|
+
import {
|
|
28
|
+
collectTrustedRuntimeRegistry,
|
|
29
|
+
type TrustedErasedPhase,
|
|
30
|
+
type TrustedCardActionEntry,
|
|
31
|
+
type TrustedInteractionEntry,
|
|
32
|
+
type TrustedPhaseRegistry,
|
|
33
|
+
type TrustedRuntimeRegistry,
|
|
34
|
+
} from "./runtime-registry";
|
|
35
|
+
import {
|
|
36
|
+
buildContext as buildTrustedContext,
|
|
37
|
+
buildRuntimeArgs as buildTrustedRuntimeArgs,
|
|
38
|
+
fxForState as trustedFxForState,
|
|
39
|
+
} from "./trusted-runtime-args";
|
|
40
|
+
import {
|
|
41
|
+
normalizeResult,
|
|
42
|
+
rejectResult,
|
|
43
|
+
runtimeResultHelpers,
|
|
44
|
+
} from "./trusted-runtime-result";
|
|
45
|
+
import {
|
|
46
|
+
toCombinedState as codecToCombinedState,
|
|
47
|
+
toDomainState as codecToDomainState,
|
|
48
|
+
toSessionState as codecToSessionState,
|
|
49
|
+
} from "./trusted-state-codec";
|
|
50
|
+
import {
|
|
51
|
+
resolveDefaultInitialPhase,
|
|
52
|
+
resolveTrustedSetupProfiles,
|
|
53
|
+
} from "./trusted-setup-profiles";
|
|
54
|
+
|
|
55
|
+
export { normalizeResult, rejectResult } from "./trusted-runtime-result";
|
|
56
|
+
|
|
57
|
+
export type TrustedDefinition<
|
|
58
|
+
Contract extends ReducerGameContractLike,
|
|
59
|
+
Definitions extends PhaseMapOf<Contract>,
|
|
60
|
+
Views extends ViewMapOf<Contract>,
|
|
61
|
+
> = ReducerGameDefinition<Contract, Definitions, Views>;
|
|
62
|
+
|
|
63
|
+
export type TrustedDomainState<Contract extends ReducerGameContractLike> =
|
|
64
|
+
BaseGameStateOfContract<Contract>;
|
|
65
|
+
|
|
66
|
+
export type TrustedSessionState<Contract extends ReducerGameContractLike> =
|
|
67
|
+
BaseGameSessionOfContract<Contract>;
|
|
68
|
+
|
|
69
|
+
export type TrustedState<Contract extends ReducerGameContractLike> =
|
|
70
|
+
TrustedDomainState<Contract> & {
|
|
71
|
+
runtime: TrustedSessionState<Contract>["runtime"];
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export type TrustedManifest<Contract extends ReducerGameContractLike> =
|
|
75
|
+
ManifestContractOf<Contract>;
|
|
76
|
+
|
|
77
|
+
export type TrustedPhaseName<
|
|
78
|
+
Contract extends ReducerGameContractLike,
|
|
79
|
+
Definitions extends PhaseMapOf<Contract>,
|
|
80
|
+
Views extends ViewMapOf<Contract>,
|
|
81
|
+
> = PhaseNamesOfDefinition<TrustedDefinition<Contract, Definitions, Views>>;
|
|
82
|
+
|
|
83
|
+
export type TrustedPlayerId<Contract extends ReducerGameContractLike> =
|
|
84
|
+
PlayerIdOfState<TrustedDomainState<Contract>>;
|
|
85
|
+
|
|
86
|
+
export type TrustedInput<Contract extends ReducerGameContractLike> =
|
|
87
|
+
TrustedRuntimeInput<TrustedPlayerId<Contract>>;
|
|
88
|
+
|
|
89
|
+
export type { TrustedErasedPhase } from "./runtime-registry";
|
|
90
|
+
|
|
91
|
+
export interface TrustedRuntimeHelpers<
|
|
92
|
+
Contract extends ReducerGameContractLike,
|
|
93
|
+
> {
|
|
94
|
+
accept: (
|
|
95
|
+
state: TrustedDomainState<Contract>,
|
|
96
|
+
instructions?: Array<
|
|
97
|
+
RuntimeInstructionForState<TrustedDomainState<Contract>>
|
|
98
|
+
>,
|
|
99
|
+
) => {
|
|
100
|
+
type: "accept";
|
|
101
|
+
state: TrustedDomainState<Contract>;
|
|
102
|
+
instructions: Array<
|
|
103
|
+
RuntimeInstructionForState<TrustedDomainState<Contract>>
|
|
104
|
+
>;
|
|
105
|
+
};
|
|
106
|
+
reject: typeof rejectResult;
|
|
107
|
+
ops: ReturnType<typeof createReducerOps<TrustedDomainState<Contract>>>;
|
|
108
|
+
edit: ReturnType<typeof createReducerEdit<TrustedDomainState<Contract>>>;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface TrustedRuntimeScope<
|
|
112
|
+
Contract extends ReducerGameContractLike,
|
|
113
|
+
Definitions extends PhaseMapOf<Contract>,
|
|
114
|
+
Views extends ViewMapOf<Contract>,
|
|
115
|
+
> {
|
|
116
|
+
definition: TrustedDefinition<Contract, Definitions, Views>;
|
|
117
|
+
registry: TrustedRuntimeRegistry<Contract, Definitions, Views>;
|
|
118
|
+
phaseEntries: ReadonlyArray<
|
|
119
|
+
readonly [
|
|
120
|
+
TrustedPhaseName<Contract, Definitions, Views>,
|
|
121
|
+
TrustedErasedPhase<Contract>,
|
|
122
|
+
]
|
|
123
|
+
>;
|
|
124
|
+
defaultInitialPhase: TrustedPhaseName<Contract, Definitions, Views>;
|
|
125
|
+
manifestSetupProfilesById: TrustedManifest<Contract>["setupProfilesById"];
|
|
126
|
+
reducerSetupProfiles: NonNullable<
|
|
127
|
+
TrustedDefinition<Contract, Definitions, Views>["setupProfiles"]
|
|
128
|
+
>;
|
|
129
|
+
runtimeHelpers: TrustedRuntimeHelpers<Contract>;
|
|
130
|
+
toDomainState(state: TrustedState<Contract>): TrustedDomainState<Contract>;
|
|
131
|
+
toCombinedState(
|
|
132
|
+
session: TrustedSessionState<Contract>,
|
|
133
|
+
): TrustedState<Contract>;
|
|
134
|
+
toSessionState(state: TrustedState<Contract>): TrustedSessionState<Contract>;
|
|
135
|
+
phaseRegistryByName(
|
|
136
|
+
phaseName: TrustedPhaseName<Contract, Definitions, Views>,
|
|
137
|
+
): TrustedPhaseRegistry<Contract, Definitions, Views> | undefined;
|
|
138
|
+
phaseByName(
|
|
139
|
+
phaseName: TrustedPhaseName<Contract, Definitions, Views>,
|
|
140
|
+
): TrustedErasedPhase<Contract>;
|
|
141
|
+
findInteractionInPhase(
|
|
142
|
+
phaseName: TrustedPhaseName<Contract, Definitions, Views>,
|
|
143
|
+
interactionId: string,
|
|
144
|
+
):
|
|
145
|
+
| AnyInteractionSpec<
|
|
146
|
+
TrustedDomainState<Contract>,
|
|
147
|
+
TrustedManifest<Contract>
|
|
148
|
+
>
|
|
149
|
+
| undefined;
|
|
150
|
+
interactionEntriesForPhase(
|
|
151
|
+
phaseName: TrustedPhaseName<Contract, Definitions, Views>,
|
|
152
|
+
): ReadonlyArray<TrustedInteractionEntry<Contract>>;
|
|
153
|
+
stagesForPhase(
|
|
154
|
+
phaseName: TrustedPhaseName<Contract, Definitions, Views>,
|
|
155
|
+
): ReadonlyArray<
|
|
156
|
+
readonly [
|
|
157
|
+
string,
|
|
158
|
+
StageSpec<TrustedDomainState<Contract>, TrustedManifest<Contract>>,
|
|
159
|
+
]
|
|
160
|
+
>;
|
|
161
|
+
zonesForPhase(
|
|
162
|
+
phaseName: TrustedPhaseName<Contract, Definitions, Views>,
|
|
163
|
+
): ReadonlyArray<PlayerZoneIdOfManifest<TrustedManifest<Contract>>>;
|
|
164
|
+
cardActionEntriesForPhase(
|
|
165
|
+
phaseName: TrustedPhaseName<Contract, Definitions, Views>,
|
|
166
|
+
): ReadonlyArray<TrustedCardActionEntry<Contract>>;
|
|
167
|
+
continuationById(
|
|
168
|
+
id: string,
|
|
169
|
+
): AnyContinuationCallable<TrustedDomainState<Contract>> | undefined;
|
|
170
|
+
fxForState(
|
|
171
|
+
state: TrustedState<Contract>,
|
|
172
|
+
): ReturnType<typeof createReducerFx<TrustedState<Contract>>>;
|
|
173
|
+
buildContext(
|
|
174
|
+
state: TrustedState<Contract>,
|
|
175
|
+
): ActionContext<TrustedDomainState<Contract>, TrustedManifest<Contract>>;
|
|
176
|
+
buildRuntimeArgs<Extra extends object>(
|
|
177
|
+
state: TrustedState<Contract>,
|
|
178
|
+
extra: Extra,
|
|
179
|
+
options?: {
|
|
180
|
+
q?: TableQueriesOfState<TrustedDomainState<Contract>>;
|
|
181
|
+
derived?: DerivedResolver;
|
|
182
|
+
fx?: ReturnType<typeof createReducerFx<TrustedState<Contract>>>;
|
|
183
|
+
random?: RandomHelpers;
|
|
184
|
+
},
|
|
185
|
+
): ActionContext<TrustedDomainState<Contract>, TrustedManifest<Contract>> &
|
|
186
|
+
TrustedRuntimeHelpers<Contract> & {
|
|
187
|
+
fx: ReturnType<typeof createReducerFx<TrustedState<Contract>>>;
|
|
188
|
+
q: ReturnType<typeof createStateQueries<TrustedDomainState<Contract>>>;
|
|
189
|
+
derived: ReturnType<
|
|
190
|
+
typeof createDerivedResolver<TrustedDomainState<Contract>>
|
|
191
|
+
>;
|
|
192
|
+
runtime: Omit<TrustedState<Contract>["runtime"], "rng">;
|
|
193
|
+
random: RandomHelpers;
|
|
194
|
+
} & Extra;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
export function createTrustedRuntimeScope<
|
|
198
|
+
Contract extends ReducerGameContractLike,
|
|
199
|
+
Definitions extends PhaseMapOf<Contract>,
|
|
200
|
+
Views extends ViewMapOf<Contract>,
|
|
201
|
+
>(
|
|
202
|
+
definition: TrustedDefinition<Contract, Definitions, Views>,
|
|
203
|
+
): TrustedRuntimeScope<Contract, Definitions, Views> {
|
|
204
|
+
type DomainState = TrustedDomainState<Contract>;
|
|
205
|
+
type SessionState = TrustedSessionState<Contract>;
|
|
206
|
+
type State = TrustedState<Contract>;
|
|
207
|
+
type Manifest = TrustedManifest<Contract>;
|
|
208
|
+
type PhaseName = TrustedPhaseName<Contract, Definitions, Views>;
|
|
209
|
+
const registry = collectTrustedRuntimeRegistry(definition);
|
|
210
|
+
const { phaseEntries } = registry;
|
|
211
|
+
const defaultInitialPhase = resolveDefaultInitialPhase(
|
|
212
|
+
definition.initialPhase as PhaseName | undefined,
|
|
213
|
+
phaseEntries,
|
|
214
|
+
);
|
|
215
|
+
const { manifestSetupProfilesById, reducerSetupProfiles } =
|
|
216
|
+
resolveTrustedSetupProfiles(definition);
|
|
217
|
+
|
|
218
|
+
function toDomainState(state: State): DomainState {
|
|
219
|
+
return codecToDomainState<State, DomainState>(state);
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
function toCombinedState(session: SessionState): State {
|
|
223
|
+
return codecToCombinedState<SessionState, State>(session);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
function toSessionState(state: State): SessionState {
|
|
227
|
+
return codecToSessionState<State, DomainState, SessionState>(
|
|
228
|
+
state,
|
|
229
|
+
toDomainState,
|
|
230
|
+
);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
function phaseRegistryByName(
|
|
234
|
+
phaseName: PhaseName,
|
|
235
|
+
): TrustedPhaseRegistry<Contract, Definitions, Views> | undefined {
|
|
236
|
+
return registry.phasesByName.get(phaseName);
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
function phaseByName(phaseName: PhaseName): TrustedErasedPhase<Contract> {
|
|
240
|
+
const phaseRegistry = phaseRegistryByName(phaseName);
|
|
241
|
+
if (!phaseRegistry) {
|
|
242
|
+
throw new Error(`Unknown reducer phase '${phaseName}'.`);
|
|
243
|
+
}
|
|
244
|
+
return phaseRegistry.phase;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
function findInteractionInPhase(
|
|
248
|
+
phaseName: PhaseName,
|
|
249
|
+
interactionId: string,
|
|
250
|
+
): AnyInteractionSpec<DomainState, Manifest> | undefined {
|
|
251
|
+
const found = interactionEntriesForPhase(phaseName).find(
|
|
252
|
+
([id]) => id === interactionId,
|
|
253
|
+
);
|
|
254
|
+
return found?.[1];
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
function interactionEntriesForPhase(phaseName: PhaseName) {
|
|
258
|
+
return phaseRegistryByName(phaseName)?.interactions ?? [];
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
function stagesForPhase(phaseName: PhaseName) {
|
|
262
|
+
return phaseRegistryByName(phaseName)?.stages ?? [];
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
function zonesForPhase(phaseName: PhaseName) {
|
|
266
|
+
return phaseRegistryByName(phaseName)?.zones ?? [];
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
function cardActionEntriesForPhase(phaseName: PhaseName) {
|
|
270
|
+
return phaseRegistryByName(phaseName)?.cardActions ?? [];
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
function continuationById(id: string) {
|
|
274
|
+
return registry.continuationsById.get(id);
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
const helpers: TrustedRuntimeHelpers<Contract> = {
|
|
278
|
+
...runtimeResultHelpers,
|
|
279
|
+
ops: createReducerOps<DomainState>(),
|
|
280
|
+
edit: createReducerEdit<DomainState>(),
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
function fxForState(state: State) {
|
|
284
|
+
return trustedFxForState<Contract>(state);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
function buildContext(state: State): ActionContext<DomainState, Manifest> {
|
|
288
|
+
return buildTrustedContext<Contract>(state, definition.contract.manifest);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
function buildRuntimeArgs<Extra extends object>(
|
|
292
|
+
state: State,
|
|
293
|
+
extra: Extra,
|
|
294
|
+
options?: {
|
|
295
|
+
q?: TableQueriesOfState<DomainState>;
|
|
296
|
+
derived?: DerivedResolver;
|
|
297
|
+
fx?: ReturnType<typeof createReducerFx<State>>;
|
|
298
|
+
random?: RandomHelpers;
|
|
299
|
+
},
|
|
300
|
+
) {
|
|
301
|
+
return buildTrustedRuntimeArgs<Contract, Extra>(
|
|
302
|
+
state,
|
|
303
|
+
definition.contract.manifest,
|
|
304
|
+
helpers,
|
|
305
|
+
toDomainState,
|
|
306
|
+
extra,
|
|
307
|
+
options,
|
|
308
|
+
);
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
return {
|
|
312
|
+
definition,
|
|
313
|
+
registry,
|
|
314
|
+
phaseEntries,
|
|
315
|
+
defaultInitialPhase,
|
|
316
|
+
manifestSetupProfilesById,
|
|
317
|
+
reducerSetupProfiles: reducerSetupProfiles as NonNullable<
|
|
318
|
+
TrustedDefinition<Contract, Definitions, Views>["setupProfiles"]
|
|
319
|
+
>,
|
|
320
|
+
runtimeHelpers: helpers,
|
|
321
|
+
toDomainState,
|
|
322
|
+
toCombinedState,
|
|
323
|
+
toSessionState,
|
|
324
|
+
phaseRegistryByName,
|
|
325
|
+
phaseByName,
|
|
326
|
+
findInteractionInPhase,
|
|
327
|
+
interactionEntriesForPhase,
|
|
328
|
+
stagesForPhase,
|
|
329
|
+
zonesForPhase,
|
|
330
|
+
cardActionEntriesForPhase,
|
|
331
|
+
continuationById,
|
|
332
|
+
fxForState,
|
|
333
|
+
buildContext,
|
|
334
|
+
buildRuntimeArgs,
|
|
335
|
+
};
|
|
336
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
AnyInteractionSpec,
|
|
3
|
+
PhaseMapOf,
|
|
4
|
+
ReducerGameContractLike,
|
|
5
|
+
ViewMapOf,
|
|
6
|
+
} from "../../model";
|
|
7
|
+
import type { ProjectionContext } from "./projection-context";
|
|
8
|
+
import type {
|
|
9
|
+
TrustedDomainState,
|
|
10
|
+
TrustedManifest,
|
|
11
|
+
TrustedPlayerId,
|
|
12
|
+
TrustedRuntimeScope,
|
|
13
|
+
TrustedState,
|
|
14
|
+
} from "./runtime-scope";
|
|
15
|
+
|
|
16
|
+
export const SIMULTANEOUS_SUBMIT_INTERACTION_ID = "submit";
|
|
17
|
+
|
|
18
|
+
type ErasedPhase<
|
|
19
|
+
Contract extends ReducerGameContractLike,
|
|
20
|
+
Definitions extends PhaseMapOf<Contract>,
|
|
21
|
+
Views extends ViewMapOf<Contract>,
|
|
22
|
+
> = ReturnType<
|
|
23
|
+
TrustedRuntimeScope<Contract, Definitions, Views>["phaseByName"]
|
|
24
|
+
>;
|
|
25
|
+
|
|
26
|
+
export function isSimultaneousPhase<
|
|
27
|
+
Contract extends ReducerGameContractLike,
|
|
28
|
+
Definitions extends PhaseMapOf<Contract>,
|
|
29
|
+
Views extends ViewMapOf<Contract>,
|
|
30
|
+
>(phase: ErasedPhase<Contract, Definitions, Views>): boolean {
|
|
31
|
+
return phase.kind === "simultaneousPlayer";
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export function simultaneousSubmitInteraction<
|
|
35
|
+
Contract extends ReducerGameContractLike,
|
|
36
|
+
Definitions extends PhaseMapOf<Contract>,
|
|
37
|
+
Views extends ViewMapOf<Contract>,
|
|
38
|
+
>(
|
|
39
|
+
phase: ErasedPhase<Contract, Definitions, Views>,
|
|
40
|
+
):
|
|
41
|
+
| AnyInteractionSpec<TrustedDomainState<Contract>, TrustedManifest<Contract>>
|
|
42
|
+
| undefined {
|
|
43
|
+
return (phase as { submit?: unknown }).submit as
|
|
44
|
+
| AnyInteractionSpec<
|
|
45
|
+
TrustedDomainState<Contract>,
|
|
46
|
+
TrustedManifest<Contract>
|
|
47
|
+
>
|
|
48
|
+
| undefined;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
function resolvePromptToArray<PlayerId extends string>(
|
|
52
|
+
value: unknown,
|
|
53
|
+
): PlayerId[] {
|
|
54
|
+
if (value === undefined || value === null) return [];
|
|
55
|
+
if (Array.isArray(value)) return value as PlayerId[];
|
|
56
|
+
if (typeof value === "string") return [value as PlayerId];
|
|
57
|
+
return [];
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function resolveSimultaneousActors<
|
|
61
|
+
Contract extends ReducerGameContractLike,
|
|
62
|
+
Definitions extends PhaseMapOf<Contract>,
|
|
63
|
+
Views extends ViewMapOf<Contract>,
|
|
64
|
+
>(
|
|
65
|
+
scope: TrustedRuntimeScope<Contract, Definitions, Views>,
|
|
66
|
+
state: TrustedState<Contract>,
|
|
67
|
+
phase: ErasedPhase<Contract, Definitions, Views>,
|
|
68
|
+
projection?: ProjectionContext<
|
|
69
|
+
TrustedDomainState<Contract>,
|
|
70
|
+
TrustedState<Contract>
|
|
71
|
+
>,
|
|
72
|
+
): TrustedPlayerId<Contract>[] {
|
|
73
|
+
type PlayerId = TrustedPlayerId<Contract>;
|
|
74
|
+
const selector =
|
|
75
|
+
(phase as { actors?: unknown; actor?: unknown }).actors ??
|
|
76
|
+
(phase as { actor?: unknown }).actor;
|
|
77
|
+
if (typeof selector === "function") {
|
|
78
|
+
const selected = selector(
|
|
79
|
+
scope.buildRuntimeArgs(
|
|
80
|
+
state,
|
|
81
|
+
{
|
|
82
|
+
state: projection?.domainState ?? scope.toDomainState(state),
|
|
83
|
+
},
|
|
84
|
+
projection,
|
|
85
|
+
),
|
|
86
|
+
);
|
|
87
|
+
const resolved = resolvePromptToArray<PlayerId>(selected);
|
|
88
|
+
if (resolved.length > 0) {
|
|
89
|
+
return resolved;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
const active = state.flow.activePlayers as PlayerId[];
|
|
93
|
+
if (active.length > 0) {
|
|
94
|
+
return [...active];
|
|
95
|
+
}
|
|
96
|
+
return [...(state.table.playerOrder as PlayerId[])];
|
|
97
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
AnyInteractionSpec,
|
|
3
|
+
PhaseMapOf,
|
|
4
|
+
ReducerGameContractLike,
|
|
5
|
+
StageSpec,
|
|
6
|
+
ViewMapOf,
|
|
7
|
+
} from "../../model";
|
|
8
|
+
import type {
|
|
9
|
+
TrustedDomainState,
|
|
10
|
+
TrustedManifest,
|
|
11
|
+
TrustedPhaseName,
|
|
12
|
+
TrustedRuntimeScope,
|
|
13
|
+
TrustedState,
|
|
14
|
+
} from "./runtime-scope";
|
|
15
|
+
import type { ProjectionContext } from "./projection-context";
|
|
16
|
+
|
|
17
|
+
export function createStageResolver<
|
|
18
|
+
Contract extends ReducerGameContractLike,
|
|
19
|
+
Definitions extends PhaseMapOf<Contract>,
|
|
20
|
+
Views extends ViewMapOf<Contract>,
|
|
21
|
+
>(scope: TrustedRuntimeScope<Contract, Definitions, Views>) {
|
|
22
|
+
type DomainState = TrustedDomainState<Contract>;
|
|
23
|
+
type Manifest = TrustedManifest<Contract>;
|
|
24
|
+
type State = TrustedState<Contract>;
|
|
25
|
+
type PhaseName = TrustedPhaseName<Contract, Definitions, Views>;
|
|
26
|
+
|
|
27
|
+
function resolveActiveStage(
|
|
28
|
+
state: State,
|
|
29
|
+
phaseName: PhaseName,
|
|
30
|
+
projection?: ProjectionContext<DomainState, State>,
|
|
31
|
+
): { id: string; stage: StageSpec<DomainState, Manifest> } | null {
|
|
32
|
+
const stages = scope.stagesForPhase(phaseName);
|
|
33
|
+
if (stages.length === 0) return null;
|
|
34
|
+
const domainState = projection?.domainState ?? scope.toDomainState(state);
|
|
35
|
+
const context = scope.buildContext(state);
|
|
36
|
+
for (const [stageId, stage] of stages) {
|
|
37
|
+
const matches = stage.when
|
|
38
|
+
? stage.when({
|
|
39
|
+
...context,
|
|
40
|
+
state: domainState,
|
|
41
|
+
})
|
|
42
|
+
: true;
|
|
43
|
+
if (matches) return { id: stageId, stage };
|
|
44
|
+
}
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
function resolveActiveStageAllowlist(
|
|
49
|
+
state: State,
|
|
50
|
+
phaseName: PhaseName,
|
|
51
|
+
projection?: ProjectionContext<DomainState, State>,
|
|
52
|
+
): Set<string> | null {
|
|
53
|
+
const cacheKey = String(phaseName);
|
|
54
|
+
if (projection?.stageAllowlists.has(cacheKey)) {
|
|
55
|
+
return projection.stageAllowlists.get(cacheKey) ?? null;
|
|
56
|
+
}
|
|
57
|
+
const activeStage = resolveActiveStage(state, phaseName, projection);
|
|
58
|
+
const allowlist = activeStage ? new Set(activeStage.stage.allow) : null;
|
|
59
|
+
projection?.stageAllowlists.set(cacheKey, allowlist);
|
|
60
|
+
return allowlist;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
function isInteractionAllowedInStep(
|
|
64
|
+
state: State,
|
|
65
|
+
interaction: AnyInteractionSpec<DomainState, Manifest>,
|
|
66
|
+
projection?: ProjectionContext<DomainState, State>,
|
|
67
|
+
): boolean {
|
|
68
|
+
const allowedSteps = interaction.__steps ?? [];
|
|
69
|
+
if (allowedSteps.length === 0) {
|
|
70
|
+
return true;
|
|
71
|
+
}
|
|
72
|
+
const currentStep = (
|
|
73
|
+
(projection?.domainState ?? scope.toDomainState(state)).phase as {
|
|
74
|
+
step?: unknown;
|
|
75
|
+
}
|
|
76
|
+
).step;
|
|
77
|
+
return (
|
|
78
|
+
typeof currentStep === "string" && allowedSteps.includes(currentStep)
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
return {
|
|
83
|
+
isInteractionAllowedInStep,
|
|
84
|
+
resolveActiveStage,
|
|
85
|
+
resolveActiveStageAllowlist,
|
|
86
|
+
};
|
|
87
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
ManifestContract,
|
|
3
|
+
PhaseMapOf,
|
|
4
|
+
ReducerGameContractLike,
|
|
5
|
+
RuntimeTableRecord,
|
|
6
|
+
StaticViewQueries,
|
|
7
|
+
ViewMapOf,
|
|
8
|
+
} from "../../model";
|
|
9
|
+
import type { TrustedRuntimeScope } from "./runtime-scope";
|
|
10
|
+
|
|
11
|
+
function stableStringify(value: unknown): string {
|
|
12
|
+
if (value === null || typeof value !== "object") {
|
|
13
|
+
return JSON.stringify(value);
|
|
14
|
+
}
|
|
15
|
+
if (Array.isArray(value)) {
|
|
16
|
+
return `[${value.map((item) => stableStringify(item)).join(",")}]`;
|
|
17
|
+
}
|
|
18
|
+
const entries = Object.entries(value as Record<string, unknown>)
|
|
19
|
+
.filter(([, v]) => v !== undefined)
|
|
20
|
+
.sort(([a], [b]) => (a < b ? -1 : a > b ? 1 : 0));
|
|
21
|
+
return `{${entries
|
|
22
|
+
.map(([k, v]) => `${JSON.stringify(k)}:${stableStringify(v)}`)
|
|
23
|
+
.join(",")}}`;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
function hashProjection(input: string): string {
|
|
27
|
+
let h = 0x811c9dc5;
|
|
28
|
+
for (let i = 0; i < input.length; i += 1) {
|
|
29
|
+
h ^= input.charCodeAt(i);
|
|
30
|
+
h = (h + ((h << 1) + (h << 4) + (h << 7) + (h << 8) + (h << 24))) >>> 0;
|
|
31
|
+
}
|
|
32
|
+
return h.toString(16).padStart(8, "0");
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
function readManifestVersion(manifest: unknown): string {
|
|
36
|
+
const m = manifest as { version?: unknown; literals?: unknown };
|
|
37
|
+
if (typeof m.version === "string" && m.version.length > 0) {
|
|
38
|
+
return m.version;
|
|
39
|
+
}
|
|
40
|
+
if (m.literals && typeof m.literals === "object") {
|
|
41
|
+
return hashProjection(stableStringify(m.literals));
|
|
42
|
+
}
|
|
43
|
+
return "0";
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
function createStaticViewQueries<
|
|
47
|
+
Manifest extends ManifestContract<RuntimeTableRecord>,
|
|
48
|
+
>(manifest: Manifest): StaticViewQueries<Manifest> {
|
|
49
|
+
const staticBoards = manifest.staticBoards ?? {
|
|
50
|
+
byId: {},
|
|
51
|
+
hex: {},
|
|
52
|
+
square: {},
|
|
53
|
+
};
|
|
54
|
+
const requireBoard = (
|
|
55
|
+
boards: Record<string, unknown>,
|
|
56
|
+
boardId: string,
|
|
57
|
+
layout: "board" | "hex" | "square",
|
|
58
|
+
) => {
|
|
59
|
+
const board = boards[boardId];
|
|
60
|
+
if (!board) {
|
|
61
|
+
throw new Error(`Unknown static ${layout} board '${boardId}'.`);
|
|
62
|
+
}
|
|
63
|
+
return board;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
return {
|
|
67
|
+
board: {
|
|
68
|
+
get: (boardId) =>
|
|
69
|
+
requireBoard(
|
|
70
|
+
staticBoards.byId as Record<string, unknown>,
|
|
71
|
+
boardId,
|
|
72
|
+
"board",
|
|
73
|
+
) as never,
|
|
74
|
+
hex: (boardId) =>
|
|
75
|
+
requireBoard(
|
|
76
|
+
staticBoards.hex as Record<string, unknown>,
|
|
77
|
+
boardId,
|
|
78
|
+
"hex",
|
|
79
|
+
) as never,
|
|
80
|
+
square: (boardId) =>
|
|
81
|
+
requireBoard(
|
|
82
|
+
staticBoards.square as Record<string, unknown>,
|
|
83
|
+
boardId,
|
|
84
|
+
"square",
|
|
85
|
+
) as never,
|
|
86
|
+
},
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export function createStaticProjectionBuilder<
|
|
91
|
+
Contract extends ReducerGameContractLike,
|
|
92
|
+
Definitions extends PhaseMapOf<Contract>,
|
|
93
|
+
Views extends ViewMapOf<Contract>,
|
|
94
|
+
>(scope: TrustedRuntimeScope<Contract, Definitions, Views>) {
|
|
95
|
+
return {
|
|
96
|
+
projectStatic(): {
|
|
97
|
+
view: unknown;
|
|
98
|
+
hash: string;
|
|
99
|
+
manifestVersion: string;
|
|
100
|
+
} | null {
|
|
101
|
+
const staticView = scope.definition.staticView;
|
|
102
|
+
if (!staticView) return null;
|
|
103
|
+
const manifest = scope.definition.contract.manifest;
|
|
104
|
+
const view = staticView.project({
|
|
105
|
+
manifest,
|
|
106
|
+
q: createStaticViewQueries(manifest),
|
|
107
|
+
});
|
|
108
|
+
const serialized = stableStringify(view);
|
|
109
|
+
return {
|
|
110
|
+
view: JSON.parse(serialized) as unknown,
|
|
111
|
+
hash: hashProjection(serialized),
|
|
112
|
+
manifestVersion: readManifestVersion(manifest),
|
|
113
|
+
};
|
|
114
|
+
},
|
|
115
|
+
};
|
|
116
|
+
}
|