Skip to content

analyzeBoard is always returning "finished:True" inspite of errors and incomplete board #5

@subhomoy92

Description

@subhomoy92

I'm trying to use your code for one of my project and after intializing the board, and clicking on analyze function, it is returning "finished:true" every time. If the board is incomplete or have errors, then also it is returning the same message.

`var mySudokuJS = $("#sudoku").sudokuJS({
difficulty: "easy"
});

function analyze()
{
var data = mySudokuJS.analyzeBoard();
console.log(data);
}
`

can u please help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions