/* Sudoku //Version:v1.0 //Author: JianShang36 Introduction: Sudoku is a logic game. Using numbers 1-9 to fill the panel, maintain the uniqueness of the number in each row, column, and grid. You can choose between easy, normal, and difficult difficulty levels, each with 100 levels for you to challenge! How to Play: Put 1. Sudoku.txt and 2. Sudoku folder together into Stonescript\Games folder, then 3. type the following script into your mind stone: import Games/Sudoku Please go to Deadwood Waterfall to play this game, the game will load at the begin of local waferfall. If you want to adjust the color of numbers in Sudoku due to Daltonism or personal preference, please modify arrays "colorReadOnly" and "colorEdit" in SudokuCore.txt. (Chinses)支持中文,在本地化语言中使用简体中文或繁体中文即可 介绍: 数独是一种逻辑游戏。使用数字1-9填充面板,保持每行、列和网格中数字的唯一性。 你可以在简单、普通和困难难度中进行选择,每个难度都有100道关卡供你挑战! 如何开始游戏? 将1. Sudoku.txt和2. Sudoku文件夹一起放入Stonescript\Games文件夹,然后3. 在你的意念石输入以下脚本: import Games/Sudoku 请前往枯木瀑布游玩,游戏将在进入瀑布时加载。 如果你因为色盲或者个人喜好想要调整数独中数字的颜色,请修改SudokuCore.txt中的colorReadOnly和colorEdit数组 */ var sudoku = import Games/Sudoku/SudokuStart sudoku.main()