Categorygithub.com/arcenik/go-curiositybox-calendar-puzzle-solver
repositorypackage
0.0.0-20240723094133-30660ea81e36
Repository: https://github.com/arcenik/go-curiositybox-calendar-puzzle-solver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Find all solution for the Calendar puzzle (from CuriosityBox or DragonFjord)

Puzzle from CuriosityBox

CLI usage

Print solution

Print the solution for the current day

$ ./cbox-calendar-puzzle print

Print the solution for a specific day

$ ./cbox-calendar-puzzle print 7 1

example of print output

Find and save all solutions

Start the solver

$ ./cbox-calendar-puzzle solve-all

To-do list

  • add a REST server
  • add range walker function and parallelism
    • add solutions comparison function (s1 < s2)
  • fix LoadSolution to set board.Completed correctly