Hello Sudoku Players,
Here is a game between sudoku and TicTacToe:
Imagine you have 81 cases as sudoku, divided in 9 tic-tac-toes. These 9 tic-tac-toes create a huge TicTacToe. The goal is to win the huge TicTacToe by wining the little tic-tac-toes: so you have to win in-a-row 3 tic-tac-toes.
The trick? It is that the tictactoe where the player has to play in isn't randomly selected. Players control what tictactoe the other must play according to their last move. For example, if the first player plays a cross in the lower right of a little tictactoe, the 2nd player must play in the tictactoe placed at the lower right (of the 9 tictactoes), then if the 2nd player play a nought in the center (of the bottom right tictactoe), the first player must play in the tictactoe at the center (of the 9 tictactoes). This rule forces to think locally and globally.
here is an application Android that i have developed to play the game :https://play.google.com/store/apps/details?id=com.davCo.oxomium
What do you think of this game ?
Your feedbacks about the application is also welcome
Cheers,
Alexandre