ClementDrn / Sudoku

Sudoku generator and solver
MIT License
2 stars 1 forks source link
c-plus-plus sfml sudoku sudoku-generator sudoku-solver

Sudoku

This is a SFML and ImGui application written in C++ that allows you to generate Sudoku boards and then solve them. The used SFML library is my fork from the official library.

Installation

You can download the bianries of a release to test the application. Otherwise, if you want to build it from source, follow the instructions below.

Clone the projet but do not forget to include submodules with --recursive.

git clone --recursive https://github.com/ClementDrn/Sudoku

Windows

Generate the projects, by executing the script that corresponds to your platform under the Scripts/ directory.

Now build and run the generated Visual Studio solution Sudoku.sln. You should see the application running.

/!\ For some reason, Win32 builds of the application crash. Please build the application with a x64 configuration for now.

Usage

Use the GUI to generate and solve sudokus.

License

This project is licensed under the MIT license.

Credits