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
- Host: GitHub
- URL: https://github.com/leodog896/treblecross-solver
- Owner: LeoDog896
- Created: 2022-07-24T05:12:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T16:20:43.000Z (almost 4 years ago)
- Last Synced: 2025-02-18T21:08:30.997Z (over 1 year ago)
- Topics: deno, treblecross, typescript
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```