An open API service indexing awesome lists of open source software.

https://github.com/leodog896/treblecross-solver

A treblecross solver written in Deno
https://github.com/leodog896/treblecross-solver

deno treblecross typescript

Last synced: over 1 year ago
JSON representation

A treblecross solver written in Deno

Awesome Lists containing this project

README

          

# treblecross-solver

a ridiculously simple solver for the
[treblecross](https://en.wikipedia.org/wiki/Treblecross) puzzle.

Simple cli app:

`deno run --unstable https://deno.land/x/treblecross_solver/cli.ts`

for importing:

```ts
import { game, solve } from "https://deno.land/x/treblecross_solver/index.ts"
```