Skip to main content
The Deno 2 Release Candidate is here
Learn more

treblecross-solver

a ridiculously simple solver for the treblecross puzzle.

Simple cli app:

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

for importing:

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