keiichiw / a-puzzle-a-day-solver

A-Puzzle-A-Day solver
https://keiichiw.github.io/a-puzzle-a-day-solver/
MIT License
43 stars 10 forks source link

Added support for new puzzle type (with tetrominoes) #8

Closed oneillkza closed 2 years ago

oneillkza commented 2 years ago

This addresses #7

CLI seems to work, but the web interface still seems to return a result for one of the original puzzles. I wasn't quite sure how to solve that, but it should hopefully be a quick.easy fix.

oneillkza commented 2 years ago

@keiichiw please take a look -- I think I've addressed everything. I also found the issue with the web interface -- I'd forgotten to add the third puzzle in lib.rs.

keiichiw commented 2 years ago

Thank you so much! LGTM!