Android Open Source - Game sudoku SudoSudoku






Project Summary

Android app which uses computer vision and OCR to digitize and "read" Sudoku puzzles, and then solves them.

Web Site / Source Repository

SudoSudoku is hosted in the following web site
https://github.com/jamesmcnamara/SudoSudoku

If you think the Android project SudoSudoku listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of SudoSudoku.

ItemValue
Java File Count15
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.CAMERA
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\UbuntuMono-B.ttf




Java Source Files

SudoSudoku has the following Java source files.

algorithms.AlgorithmSuite.java
algorithms.OneOption
.java
algorithms.Solver
.java
algorithms.TwoOptions
.java
board.Box
extends.java
board.Cell.java
board.CellCollection.java
board.Grid.java
board.Line
extends.java
board.SparseArrayIter.java
boardViewActivity.BoardAdapter
.java
boardViewActivity.BoardView
.java
mainActivity.BoardProcessor.java
mainActivity.CellOCR.java
mainActivity.MainActivity
extends.java