UNPKG

2048-ts-engine

Version:

`2048-ts-engine` handles logic for 2048 game. Despite being written in Typescript, you can also use plain JS, if TS is not needed.

4 lines (3 loc) 104 B
import { move } from "./src/Move"; import { startGame } from "./src/Start"; export { startGame, move };