Quantum Tic-Tac-Toe: each player makes 'quantum moves' in two squares. Eventually, the moves get entangled, and collapse into the classical analog. Here's an attempt at a brute force search of the entire game tree. Works fast 4-5 moves before the end. C++ command line.