isaacazuelos / puzzle-a-day

A solver for DragonFjord's A-Puzzle-A-Day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A-Puzzle-A-Day Solver

A solver for DragonFjord's A-Puzzle-A-Day.

Install

Clone this repository with git and use cargo to build and install.

Development targeted stable 1.53, but older versions may work.

git clone https://github.com/isaacazuelos/puzzle-a-day
cd puzzle-a-day
cargo install --path=.

Usage

Run the script with no arguments to solve for today's date, or with --date to specify a date in ISO8601.

See the --help for more information.

License

The source code's under MIT which is in the included LICENSE file, but I'm not going to pretend to understand the legality of working on a solver for a commercial puzzle.

About

A solver for DragonFjord's A-Puzzle-A-Day

License:MIT License


Languages

Language:Rust 100.0%