Skip to content

This is an excersice, and an ongoing project. It's trial and error.

Notifications You must be signed in to change notification settings

iguerrero/sudoku-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Suduku Game

This is an ongoing project/exercise.
What I'm trying to accomplish here is a simple sudoku game generator from scratch, without any prior knowledge of how it should be done, so I expect to make a lot of errors.
I started by creating a (9, 9) 2D array, and then, applying permutations. Later, I tried using Latin Squares.
It's actually much tougher than I thought.
Anyway, every new version of the sudokuXX.py file is a different aproach to solve the problem.

About

This is an excersice, and an ongoing project. It's trial and error.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages