Skip to content

There are two files in this project named (main.py) and (solve.py) the File named (main.py) is the main file where all imports being made including pygame, and functions from the second file solve provided in the project.

Notifications You must be signed in to change notification settings

iammrverma/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

HEY! HEY! HEY! HEY! HEY! HEY! HEY! HEY! HEY! HEY! HEY! HEY!

The project is sudoku game developed in the pygame module of python

#################### CONTENTS ####################

main.py: The core file of the project that includes the game loop and also responsible for imports like pygame the main windows used is also prepared in this file

solve.py: The second file used in the project main file uses functions defined in this file so it is requested to name the same in you directory as well this file is responsible for the logic development of the game like how sudoku game is played.

#################### NOTE ####################
it is recomended to note to change the name of the any file used. this game works on pygame module of python so it is recomended to install it first

if note installed then run the following command on your command prompt

pip install pygame

About

There are two files in this project named (main.py) and (solve.py) the File named (main.py) is the main file where all imports being made including pygame, and functions from the second file solve provided in the project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages