Skip to content

Command Line Application for solving and generating Sudoku puzzles

License

Notifications You must be signed in to change notification settings

saschascherrer/sudokusolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SudokuSolver

Command Line Application for solving and generating Sudoku puzzles.
Written by Moritz Koch, Felix Schütze and Sascha Scherrer and published under GNU GPL 3.0

Features

  • Generate Sudokus from Scratch
  • Solve Sudokus in the Command Line Interface
  • Write Sodukus to Textfiles and read them back in

Installation

  • If not present, please install the GNU Compiler Collection (GCC)
  • Clone the repository
  • Switch to the src-directory
  • Execute gcc -std=c99 -o sudoku Sudoku.c to create an executable named sudoku from the main sourcefile Sudoku.c
  • Have fun solving and generating soduku puzzles.

Platform

The code is known to compile on Windows and Linux platforms.
The feature set on linux is richer, as the the Windows' cmd.exe is quite limited compared to terminal emulators on linux systems.

About

Command Line Application for solving and generating Sudoku puzzles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages