Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 547 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 547 Bytes

SudokuAndroidApp

Android app that allows you to input a Sudoku puzzle, and then solves it for you.

Enter the known spaces in the puzzle and click solve. The known spaces will turn red and the remaining spaces will be automatically filled.

before after

SudokuSolve Folder can be opened as an android studio project

Java source code be found in SudokuSolve\app\src\main\java\com\example\sudokusolve

XML Layouts can be found in SudokuSolve\app\src\main\res\layout