Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 292 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 292 Bytes

Quantum-Tic-Tac_Toe

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.