@gamepark/rules-api
Version:
API to implement the rules of a board game
17 lines (16 loc) • 476 B
TypeScript
export * from './material';
export * from './options';
export * from './utils';
export * from './Action';
export * from './Bot';
export * from './Competitive';
export * from './Eliminations';
export * from './GameSetup';
export * from './HiddenInformation';
export * from './LocalMovePreview';
export * from './RandomMove';
export * from './Rules';
export * from './SecretInformation';
export * from './TimeLimit';
export * from './Undo';
export * from './UnpredictableMove';