Skip to content

Sudoku solver is written in C and GUI is written in Python

Notifications You must be signed in to change notification settings

bzeeno/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

Sudoku solver is written in C and GUI is written in Python

Table of Contents

Introduction

This project solves sudoku puzzles using backtracking. The algorithm is implemented in C, while the GUI is implemented in python using pygame.

Directory Structure

├── requirements.txt
├── GUI
│   ├── game_functions.py
│   ├── gui.py
│   └── settings.py
└── Solver
    ├── grid.c
    ├── grid.txt
    ├── solve.c
    ├── solved_puzzle.txt
    ├── sudoku
    ├── sudoku.c
    └── sudoku.h

How To Use

  • To run the solver:
    • cd into the GUI directory
    • run: python gui.py.
    • press space bar to solve the puzzle

About

Sudoku solver is written in C and GUI is written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published