https://github.com/ppvan/sodu
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppvan/sodu
- Owner: ppvan
- Created: 2023-09-17T12:24:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T18:39:08.000Z (almost 2 years ago)
- Last Synced: 2024-06-29T19:43:52.053Z (almost 2 years ago)
- Language: C
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sodu
A sodoku solver using sat encoding
# Build
> Requires sdl2 installed. Get it with your package manager
> Only test on Linux, i don't have a Window machine and install SDL2 on Windows is so much harder.
```
git clone https://github.com/ppvan/sodu
git submodule init
git submodule update
./build.sh && ./build/main.out
```
# Preview
