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

Implement WeekDay puzzle for #3 #13

Closed mberneis closed 1 year ago

mberneis commented 2 years ago

I had the same request as Issue #3 and coded the new board with extra weekly input. - All seems to work with correct results. - I only tested the command line as I could not get the wasm-pack to work on my machine. This is the first time writing rust code so I put in 2 TODOs in the solver/src/board.rs file for simplifications .

keiichiw commented 1 year ago

Thanks @mberneis for your PR! Sorry for the late response. I just added some cleanup commits and web application support for the WeekDay board.