Skip to content

As an exercise in programming I want to implement solvers for some commonly known riddles starting with a Sudoku solver. The result shall be a tool generating these riddles for me to play as leisure activity.

Notifications You must be signed in to change notification settings

kleinSinus/fun-with-solvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

As an exercise in programming I want to implement solvers for some commonly known riddles starting with a Sudoku solver. The result shall be a tool generating these riddles for me to play as leisure activity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages