This is a LabVIEW implementation of the Tic Tac Toe game. Players can be human or AI. The AI has two settings: dumb and intelligent. The dump setting places tokens by random, the intelligent setting plays the best possible move by running a MiniMax algorithm. The executable requires the LabVIEW Run-Time Engine 2014 – (32-bit) […]