============== 1. Add a class, Status, to store all sudoku's global variables 2. Add a function, init(), to init the Status's variables 3. Change all code that using global variable to use Status.name["[var]"]
0.6
============== 1. Fixed some source 2. Add the data path