24s
v1.0.0
Published
24 game solution suite
Readme
24s
24 game solution suite.
Installation
via npm
npm install 24sor pnpm
pnpm add 24sUsage
import { solve } from "24s";
const solutions = solve([1, 2, 3, 4]);
console.log(solutions);Building Locally
1. Install Dependencies
$ pnpm install
2. Build JS from TypeScript source
$ pnpm tsc
Contributions
Contributions are more than welcome! Please see below for contribution types.
Issue reports
Issue tracker are available at our GitHub Issues.
Pull requests
We also accept PRs as a contribution. Please note that
- Your PRs should either have new functionality, significant improvements or a bug fix.
- Your PRs should be well-documented. Describe what you did and what benefits does it provide.
