Skip to content

arcenik/go-curiositybox-calendar-puzzle-solver

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published