Sudoku -java游戏
Sudoku Java Game
This popular game doesn't really need an introduction. Play the game on your mobile phone, and if you need more levels you can make/enter them into the game via the level editor.
If you're unfamiliar with the game, it is a game of logic where the object of the game is to fill a 9x9 grid with all the numbers from 1-9 without reusing the same number within a column, row or 3x3 squares.

