https://github.com/shikr/sudoku
An emulation of a sudoku solver using ImGui + Allegro.
https://github.com/shikr/sudoku
allegro allegro5 cpp imgui sudoku
Last synced: 11 months ago
JSON representation
An emulation of a sudoku solver using ImGui + Allegro.
- Host: GitHub
- URL: https://github.com/shikr/sudoku
- Owner: shikr
- License: mit
- Created: 2025-05-20T23:06:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T02:14:48.000Z (about 1 year ago)
- Last Synced: 2025-06-10T02:32:33.751Z (about 1 year ago)
- Topics: allegro, allegro5, cpp, imgui, sudoku
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sudoku Solver
## Build
Install [CMake](https://cmake.org/), [Ninja](https://ninja-build.org/), [LLVM](https://llvm.org/) and [vcpkg](https://github.com/microsoft/vcpkg-tool).
```sh
cmake --preset=clang-x64
cmake --build build\clang-x64 --config RelWithDebInfo
```