Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ClementDrn/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sudoku generator and solver

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors