Skip to content

syed-naqi-abbas/sudoku_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to sudoku_java !

This is a command line based sudoku game built in java. Currently only 4x4 and 9x9 sudoku are supported.

There are 3 classes :

sudoku_java

This is the main menu of the game. Asks for size & difficulty & calls sudoku_gen and sudoku_game.

sudoku_gen

This generates a sudoku. Accepts size & returns sudoku array.

sudoku_game

This is the main game. Accepts size, difficulty & sudoku array.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages