UNPKG

@ayshrj/ludo.js

Version:

A TypeScript-based headless Ludo game engine for simulating game logic, AI moves, and game state management.

9 lines (8 loc) 157 B
export { Ludo, initializeTokenPosition } from "./Ludo"; export { Color, Block, TokenPositions, GameState, LudoGameState, } from "./types";