Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 718 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 718 Bytes

Fun With Solvers

Starting with a Sudoku solver I try to implement solvers for commonly known riddles. Since I pretty much like clicky-shiny-fancy stuff all this shall be hosted in some UI.

Solvers I plan on including here

  • Sudoku
  • Kakuro
  • Shikaku
  • SumSum
  • Picross

What else can I do with this once I'm done with these puzzles

  • Write puzzle generators and thus an enjoyable little program for leisure activities

Status:

  • Initialized the repository
  • Chose programming language
  • Implemented Solvers:
    • Sudoku
    • Kakuro
    • Shikaku
    • SumSum
    • Picross
  • Implemented Generators:
    • Sudoku
    • Kakuro
    • Shikaku
    • SumSum
    • Picross