UNPKG

othello.js

Version:

An simple easy-to-use othello game implementation with TypeScript.

7 lines (6 loc) 213 B
export * from "./definition"; export * from "./game"; export * from "./structure/board"; export * from "./structure/cellstate"; export * from "./structure/gamestate"; export * from "./structure/stonestate";