Skip to content

This Program generates an arbitrary Sudoku puzzle in each run

License

Notifications You must be signed in to change notification settings

KkambizZ/Sudoku-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Generator

This Program generates an arbitrary Sudoku puzzle in each run

##To have an arbitrary-size puzzle Simply pass the SIZE to the SudokuGenerator(SIZE) in the main class of the code

##How to make an arbitrary build in Eclipse

  • Right click on pom.xml file, go to Run As and click on Maven build...
  • Then in the Goals tab type clean verify

##How to run a working build Notice: All builds is a 4*4 Sudoku puzzle

  • Open terminal
  • Navigate to Working_builds directory
  • Navigate to the directory of choice
  • run this command:
$ java -cp build_name.jar Sudoku.MyMain   

//replace build_name with the exact name of the build

About

This Program generates an arbitrary Sudoku puzzle in each run

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages