Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not true sudokus #1

Open
FFGFlash opened this issue Apr 20, 2020 · 3 comments
Open

Not true sudokus #1

FFGFlash opened this issue Apr 20, 2020 · 3 comments

Comments

@FFGFlash
Copy link

The generation algorithm you are using isn't making true sudokus, after solving multiple puzzles I noticed that you can solve a couple of them in different ways, meaning they don't have unique solution which is a requirement of true sudokus. I love the API and was using it to make my own sudoku implementation as a challenge to myself, but till this produces true sudokus. I'll have to look to other web apis.

@idannik
Copy link

idannik commented Apr 29, 2020

Same issue here. @FFGFlash did you find an API that makes real sudokus?

@kendlbat
Copy link

+1
It's not really that much of a problem, but at some point you always just have to put in a number without any base (sorry for the awkward phrasing; you get what I mean)
If you found any API, I would, too, be very interested.

@einsitang
Copy link

einsitang commented Jun 30, 2023

if you looking for an efficient random sudoku generator algorithm with one-solution

Try this project that might help you

sudoku-go

is only lib with go , no service api for request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants