UNPKG

pokie

Version:

A server-side video slot game logic framework for JavaScript and TypeScript.

4 lines (3 loc) 237 B
import { GameSessionHandling, VideoSlotConfigDescribing, VideoSlotRoundStateDetermining } from "pokie"; export interface VideoSlotSessionHandling extends VideoSlotConfigDescribing, GameSessionHandling, VideoSlotRoundStateDetermining { }