take6-engine
TypeScript icon, indicating that this package has built-in type declarations

0.5.1 • Public • Published

gaia-engine

Typescript engine for Take6, a game similar to 6nimmt.

Setup

Requirements

Recent version of node / yarn.

Dependencies

In the project's folder:

yarn

Build

To compile Typescript into javascript:

yarn build

Test

yarn test

Usage as a dependency from another module

If you want to use your local copy of this module instead of the npm version, as a dependency of another module, do this:

## In this folder
yarn link

## In the other project's folder
yarn link take6-engine

/take6-engine/

    Package Sidebar

    Install

    npm i take6-engine

    Weekly Downloads

    15

    Version

    0.5.1

    License

    MIT

    Unpacked Size

    66.2 kB

    Total Files

    46

    Last publish

    Collaborators

    • coyotte508