(Android Jiugongge Sudoku game Sudoku game production explanation. The code in this lecture is borrowed from the code of OpenSudoku open source project. What is Sudoku: at 9 × There are 9 3 in 9 big 9 squares × A small nine square with 3 squares and a certain number of figures. Based on these numbers, use logic and reasoning, and fill in the other spaces with numbers from 1 to 9. Each number can only be presented once in each small nine square, and each number can only be presented once in each row and column. This kind of game only needs logical thinking ability, and has nothing to do with numerical operation. Although the playing method is simple, the number placement method is ever-changing, so many educators think Sudoku is a good way to exercise their brains. This document includes the following annexes:
OpenSudoku\.settings\org.eclipse.jdt.core.prefs
OpenSudoku\release\OpenSudoku.apk
OpenSudoku\res\drawable\btn_ completed_ bg.xml
OpenSudoku\res\drawable\btn_ completed_ normal.9.png
OpenSudoku\res\drawable\btn_ completed_ normal_ disable.9.png
OpenSudoku\res\drawable\btn_ completed_ normal_ disable_ focused.9.png
OpenSudoku\res\drawable\btn_ default_ bg.xml
OpenSudoku\res\drawable\btn_ default_ normal.9.png
OpenSudoku\res\drawable\btn_ default_ normal_ disable.9.png
OpenSudoku\res\drawable\btn_ default_ normal_ disable_ focused.9.png
OpenSudoku\res\drawable\btn_ default_ pressed.9.png
OpenSudoku\res\drawable\btn_ default_ selected.9.png
OpenSudoku\res\drawable\btn_ toggle.xml
OpenSudoku\res\drawable\btn_ toggle_ bg.xml
OpenSudoku\res\drawable\btn_ toggle_ completed_ bg.xml
OpenSudoku\res\drawable\btn_ toggle_ off.9.png
OpenSudoku\res\drawable\btn_ toggle_ on.9.png
OpenSudoku\res\drawable\opensudoku.png
OpenSudoku\res\drawable\opensudoku_ andy.png
OpenSudoku\res\drawable\pencil.png
OpenSudoku\res\drawable\pencil_ disabled.png
OpenSudoku\res\drawable\pencil_ license.txt
OpenSudoku\res\layout\about.xml
OpenSudoku\res\layout\file_ list.xml
OpenSudoku\res\layout\file_ list_ item.xml
OpenSudoku\res\layout\folder_ list.xml
OpenSudoku\res\layout\folder_ list_ item.xml
OpenSudoku\res\layout\folder_ name.xml
OpenSudoku\res\layout\import_ sudoku.xml
OpenSudoku\res\layout\im_ numpad.xml)