UNPKG

ymir-js

Version:

This toolkit is created to make it easier for you to develop games like chess, checkers, go, match 3 puzzle and more. It is still under development.

6 lines (4 loc) 144 B
import Core from './packages/core'; import Checkers from './packages/checkers'; import Utils from './utils'; export { Core, Checkers, Utils };