Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 428 Bytes

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.