./configure make make installIf you are running Windoze or something that can't run configure scripts and makefiles, don't sweat it. There is just one C++ source file - no special options or libraries.
No, I won't provide a binary version, project files and such.
ttt3dThe computer takes 'O's and lets you go first. The first person to make a row of 4 wins.
~~~ 3D TicTacToe ~~~ by Steve Baker | | | | | | | | | | | | | | | | | | | | | | | | _1_|_2_|_3_|_4_ 17_|18_|19_|20_ 33_|34_|35_|36_ 49_|50_|51_|52_ | | | | | | | | | | | | | X | | | O | | | | | | | | _5_|___|_7_|_8_ 21_|___|23_|24_ 37_|38_|39_|40_ 53_|54_|55_|56_ | | | | | | | | | | | | | X | | | | | | |*O*| | | | _9_|___|11_|12_ 25_|26_|27_|28_ 41_|42_|___|44_ 57_|58_|59_|60_ | | | | | | | | | | | | | | | | | | | | | | | | 13 |14 |15 |16 29 |30 |31 |32 45 |46 |47 |48 61 |62 |63 |64 Where would you like to play your X ? [1..64]:(In the example above, the computer just played in square 43 the asterisks help you see where he just played).
Imagine the four grids stacked on top of each other. (Either from left to right or right to left - it doesn't matter). You can form your row of four X's either within one layer - or across layers. Anything that would be a straight line in 3D. So in this example:
| | | | | | | | | | | | X | | | | | | | | O | *O*| | | X ___|_2_|_3_|_4_ 17_|18_|19_|20_ 33_|34_|___|36_ ___|50_|51_|___ | | | | | | | | | | | | | X | | | | | |*O*| | X | O | | _5_|___|_7_|_8_ 21_|22_|23_|24_ 37_|___|39_|40_ ___|___|55_|56_ | | | | | | | | | | | | | | | | |*O*| | | | | O | X | X _9_|10_|11_|12_ 25_|26_|___|28_ 41_|42_|43_|44_ 57_|___|___|___ | | | | | | | | | | | | X | | |*O* | | | X | | | O | X | | O |14 |15 | 29 |30 |31 | 45 |46 |47 |48 | |63 |...the computer just won with a diagonal line (when someone wins, the winning line is highlighted with asterisks).
You'll find the computer is an extremely hard opponent to beat, but it CAN BE DONE!