About Xudoku.

Written by Takatoshi Sawa and Arthit Hongchintakul.

Xudoku is almost exactly the same as Sudoku, the only different is that the grid size can be variable. However, increasing the grid size will increase the computation time exponentially. Only 25 x 25 grid will just take forever to compute.

Have fun.

How to play:

  1. Choose the grid size.
  2. Fill in the grid so that every row, every coloumn, and every box contains contains the digits 1 through 4, 9, 16 depending on your grid size.

Back to Xudoku main page.