jltorresm / digits

Naive solver for https://www.nytimes.com/games/digits

Home Page:https://digits.j2e.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digits Solver

Naive solver for https://www.nytimes.com/games/digits. Mostly just experiments with some libs I wanted to try.

Run CLI

In your terminal run: cargo run --bin digits-cli or for the optimized version: cargo run --release --bin digits-cli.

Run WEB

In your terminal run: cd web && trunk serve or just go to the github page.

About

Naive solver for https://www.nytimes.com/games/digits

https://digits.j2e.co/

License:MIT License


Languages

Language:Rust 84.3%Language:CSS 11.0%Language:HTML 3.8%Language:Makefile 0.9%