{"id":25553994,"url":"https://github.com/sid-sg/sudokux","last_synced_at":"2026-05-09T09:42:28.851Z","repository":{"id":278442718,"uuid":"929021275","full_name":"sid-sg/SudokuX","owner":"sid-sg","description":"ImGui + OpenGL based Sudoku Solving game with puzzle generation and solving algorithms","archived":false,"fork":false,"pushed_at":"2025-02-19T19:13:41.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T20:24:51.674Z","etag":null,"topics":["cmake","cpp","glfw3","imgui","opengl"],"latest_commit_sha":null,"homepage":"","language":"C++","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/sid-sg.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}},"created_at":"2025-02-07T17:00:49.000Z","updated_at":"2025-02-19T19:13:45.000Z","dependencies_parsed_at":"2025-02-19T20:34:57.860Z","dependency_job_id":null,"html_url":"https://github.com/sid-sg/SudokuX","commit_stats":null,"previous_names":["sid-sg/sudokux"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sid-sg%2FSudokuX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sid-sg%2FSudokuX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sid-sg%2FSudokuX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sid-sg%2FSudokuX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sid-sg","download_url":"https://codeload.github.com/sid-sg/SudokuX/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239841724,"owners_count":19705981,"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":["cmake","cpp","glfw3","imgui","opengl"],"created_at":"2025-02-20T12:48:49.848Z","updated_at":"2026-05-09T09:42:28.830Z","avatar_url":"https://github.com/sid-sg.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## **Preview video** \n\nhttps://github.com/user-attachments/assets/1b4c6815-7c5c-4f23-a288-9c0984e81a56\n\n# SudokuX: GUI Sudoku Generator \u0026 Solver\n\nA high performance Sudoku Puzzle Generator and Solver with an interactive GUI — built using C++, ImGui, OpenGL, GLFW for native desktop and ported to the web using WebAssembly (WASM + Emscripten).\n\n## ✨ Features\n\n- **Sudoku Puzzle Generation** (with difficulty control: Easy to Impossible)\n- **Multiple Solving Algorithms:**\n  - Backtracking\n  - Simulated Annealing\n  - Knuth’s Dancing Links (DLX) (blazing fast)\n- **User Play Mode** — Solve manually with real-time constraint validation \n- **Benchmark Mode** — Compare algorithm performance (execution time measured)\n- **Interactive GUI** built using ImGui + OpenGL + GLFW\n- **Web version** via WebAssembly\n- **Timer, Restart, Clear Cell options** in User Mode\n\n## 🚀 Build Instructions\n\n### 📦 Native Desktop Build (Linux / Mac / Windows)\n\n**Prerequisites:**\n- CMake 3.10+\n- C++17 compatible compiler (tested with Clang)\n- OpenGL + GLFW + ImGui\n\n**Steps:**\n```bash\ngit clone https://github.com/sid-sg/SudokuX.git\ncd SudokuX\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n./sudokuSolver\n```\n\n### 🌐 WebAssembly Build (WASM)\n\n**Prerequisites:**\n- Emscripten SDK (latest version)\n\n**Setup \u0026 Build:**\n```bash\nsource /path/to/emsdk/emsdk_env.sh # Replace with your actual path\nemcmake cmake -B webAssembly\ncmake --build webAssembly\n```\n\n**Run locally via emrun:**\n```bash\nemrun --no_browser --port 8000 webAssembly/sudokuSolver.html\n```\n\nThen open:  \n👉 [http://localhost:8000/webAssembly/sudokuSolver.html](http://localhost:8000/webAssembly/sudokuSolver.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsid-sg%2Fsudokux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsid-sg%2Fsudokux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsid-sg%2Fsudokux/lists"}