1. 3d tic tac toe help
I just found a new game. Its a real joy to play! Oh, by the way, its in=
the Euphoria package, called #d Tic Tac Toe. But I've always had
difficulty picturing 3d objects in 2d, and I need a little help visualizi=
ng
this.
First, if this were on a board, would this be played on a cube? If so, h=
ow
are the four grids related? The only way I can understand this is to see=
how the computer beats me, but its a shot in the dark every time.
Alan
=
2. Re: 3d tic tac toe help
Imagine three tic-tac-toe grids, one on top of the other... you can
place your 'x' or 'o' in any square not currently occupied. When,
looking from the top, you get three in a row, you win!
Alan Tu wrote:
>
> I just found a new game. Its a real joy to play! Oh, by the way, its in
> the Euphoria package, called #d Tic Tac Toe. But I've always had
> difficulty picturing 3d objects in 2d, and I need a little help visualizing
> this.
>
> First, if this were on a board, would this be played on a cube? If so, how
> are the four grids related? The only way I can understand this is to see
> how the computer beats me, but its a shot in the dark every time.
>
> Alan
>
3. Re: 3d tic tac toe help
When thinking about 3D Tic Tac Toe the following truth applies.
If the center square in the middle board is the first move taken
by the first player then second player hasn't a chance at winning.
The first player can easily win if that square is taken first.
>From: Alan Tu <ATU5713 at COMPUSERVE.COM>
>
> I just found a new game. Its a real joy to play! Oh, by the way, its in
>the Euphoria package, called #d Tic Tac Toe. But I've always had
difficulty >picturing 3d objects in 2d, and I need a little help
visualizing this.
>First, if this were on a board, would this be played on a cube? If so, how
>are the four grids related? The only way I can understand this is to see
>how the computer beats me, but its a shot in the dark every time.
>Alan
_________________________
Lucius L. Hilley III lhilley at cdc.net
http://www.cdc.net/~lhilley
http://www.americanantiques.com
http://www.dragonvet.com
_________________________
4. Re: 3d tic tac toe help
Lucius,
Thanks. Now I'm beating Agresso by snatching the center spots in either =
of
the center boards.
Alan
=