{"id":29567168,"url":"https://github.com/liquidityc/ssolver","last_synced_at":"2026-04-17T01:03:03.564Z","repository":{"id":148329664,"uuid":"235563031","full_name":"LiquidityC/ssolver","owner":"LiquidityC","description":"A sudoku app and solver","archived":false,"fork":false,"pushed_at":"2020-01-28T06:55:48.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T02:32:01.501Z","etag":null,"topics":["javafx","puzzles","solver","sudoku","sudoku-solver"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LiquidityC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-22T11:51:48.000Z","updated_at":"2020-01-28T06:55:50.000Z","dependencies_parsed_at":"2023-05-19T19:45:16.634Z","dependency_job_id":null,"html_url":"https://github.com/LiquidityC/ssolver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LiquidityC/ssolver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiquidityC%2Fssolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiquidityC%2Fssolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiquidityC%2Fssolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiquidityC%2Fssolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiquidityC","download_url":"https://codeload.github.com/LiquidityC/ssolver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiquidityC%2Fssolver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31910584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javafx","puzzles","solver","sudoku","sudoku-solver"],"created_at":"2025-07-18T23:30:17.091Z","updated_at":"2026-04-17T01:03:03.539Z","avatar_url":"https://github.com/LiquidityC.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A soduko app and solver\n\nWhat the title says.\n\nThere's a \"naive\" javafx gui because I wanted to be able to edit/save/load puzzles easily.\nI'm not great at design and not super experienced with JavaFX, but it works which helps a lot.\n\nThe solver part works through a constraints algorithm. Finding options for each cell and applying that\noption when there's only one. Also it checks if an option is unique for a cell within it's row/col/box and\napplies that if it finds any such case.\n\nIf the constraint logic doesn't reach all the way the algorithm then takes a guess on the cell that currently\nhas the lowest amount of options and recurses from there.\n\nI haven't found any puzzles that didn't get solved but I didn't try them all. Neither did I do the math proof to confirm\nif the logic is sound for every case or not.\n\nIf a puzzle doesn't result in a solution the user will get a notification mentioning this. There is no\ncheck for puzzles that might have more then one solution wich I'm told is not a valid puzzle either. The algorithm\nwill just solve it using the first solution found.\n\n## Compiling\nIt's Gradle, just google it or do what you usually do :D\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliquidityc%2Fssolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliquidityc%2Fssolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliquidityc%2Fssolver/lists"}