A Game between Sudoku and TicTacToe

For fans of all other kinds of logic puzzles

A Game between Sudoku and TicTacToe

Postby dualcat » Fri Mar 27, 2015 4:46 pm

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
Last edited by dualcat on Sat Mar 28, 2015 6:51 pm, edited 1 time in total.
dualcat
 
Posts: 1
Joined: 24 March 2015
Location: Paris

Re: A Game between Sudoku and TicTacToe

Postby JasonLion » Fri Mar 27, 2015 11:29 pm

Your URL doesn't work. Longer URLs need to be encosed in URL tags:
Code: Select all
[url]http://somewhere.com/page.html[/url]


{UPDATE} Link fixed. Thanks! {/UPDATE{
User avatar
JasonLion
2017 Supporter
 
Posts: 642
Joined: 25 October 2007
Location: Silver Spring, MD, USA


Return to Other logic puzzles