@twobitedd/ergo-games-interface
v0.1.2
Published
Deterministic Ergo game domain primitives and rule engines.
Maintainers
Readme
@twobitedd/ergo-games-interface
Deterministic game domain package used by Ergo Games clients and services.
Install
npm install @twobitedd/ergo-games-interfaceAPI
GAME_TYPES,GameType,GameTypeMetadata,GAME_TYPE_CATALOGbuildDefaultGameTypeListResponse,describeRuntimeGameStatusPlayerSeatMark,SeatedPlayerGameSummary,ApiListPlayerGamesResponseRuntimeGameStatus,ApiCreateGameRequest,ApiGameTypeListResponsePlayerProfile,PlayerRewardSnapshot,AchievementProgressSnapshot,LeaderboardEntryMatchSessionSummary,SecurityMetricPoint,EndpointMetricPointGameSessionService,GameEngine,RewardPolicy,SettlementPolicycreateTicTacToeState(...)applyDeterministicTicTacToeMove(...)statusOf(...)createSuperTicTacToeState(...)applySuperTicTacToeMove(...)
Local Development
From ergo-games-interface/packages/domain:
npm install
npm run checkPublish Checklist
npm run prepublishOnly
npm pack --dry-run
npm publish --access public