An open API service indexing awesome lists of open source software.

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.

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
```