{"id":17003276,"url":"https://github.com/webyneter/sudoku","last_synced_at":"2025-04-05T19:16:57.979Z","repository":{"id":101934697,"uuid":"45346646","full_name":"webyneter/Sudoku","owner":"webyneter","description":"Sudoku Puzzle Solver","archived":false,"fork":false,"pushed_at":"2016-10-25T17:08:04.000Z","size":1918,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T16:37:02.830Z","etag":null,"topics":["puzzle","puzzle-solver","solver","sudoku","sudoku-solver"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webyneter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2015-11-01T15:52:01.000Z","updated_at":"2021-12-01T00:53:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"790095ba-2521-43e9-8836-5ad06f7a6b5c","html_url":"https://github.com/webyneter/Sudoku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2FSudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2FSudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2FSudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2FSudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webyneter","download_url":"https://codeload.github.com/webyneter/Sudoku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386270,"owners_count":20930618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["puzzle","puzzle-solver","solver","sudoku","sudoku-solver"],"created_at":"2024-10-14T04:30:11.987Z","updated_at":"2025-04-05T19:16:57.935Z","avatar_url":"https://github.com/webyneter.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku\n[Sudoku](https://en.wikipedia.org/wiki/Sudoku) puzzles solver.\n\n\u003cimg alt=\"Sudoku Solver (CUI) in action\" src=\"[screenshots]/solver.jpg\" width=\"350\" align=\"center\"\u003e\n\nTo get started with demo:\n\n1. Build and run 'Sudoku Solver.exe': welcome message and input request for puzzles-to-solve folder name (relative to the current executable's location) will be displayed.\n2. For a list of available puzzles check out the repo root's [input] folder: It contains puzzles' photos as well as the corresponding textual representation, and photos of their solutions (you may use them for solution verification later on) -- copy it to the executable's folder.\n3. Fill in the name of the puzzles' folder.\n4. Input the number of puzzle to solve from the list displayed.\n5. Press \u003cEnter\u003e.\n6. A solution will be displayed shortly.\n\n*So far*, the application is capable of:\n- Solving classic 9x9 puzzles using my own method: I call it 'Iteration-Assumption Method' which is essentially a combination of well-known techniques, such as One Rule-driven cell candidates decrease, and uncertainty resolution by means of cell candidate assumption (see [implementation](Core/Solving/SudokuSolvingIterationAssumptionTechnique.cs) for more details).\n- Compressing a classic 9x9 puzzle into an optimized binary file (one with a '.tradsud' extension) half the size of the original textual version (vice-versa in case of decompression) and beyond (see [implementation](Core/Conversion/SudokuConverter.cs) for more details).\n\nGenerally, my major goal is to create a fully-functional *online tournament platform* allowing for self-placed/guided puzzle solving training, peer-to-peer/team-to-team competition with support for leaderboards, player proficiency estimation, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebyneter%2Fsudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebyneter%2Fsudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebyneter%2Fsudoku/lists"}