# Edit TicTacToe in this file. # # This game implements an unbeatable AI. The difficulty can be set by changing the 'AI_ChanceOfRandomMove'. # If this is set to 0 you can only tie or lose, never win. Setting it higher increases the chance of choosing a # random move instead of the correct move. (The random move can still be the correct move) # # Warning: Always ctrl+a and ctrl+c before testing your new settings. One small mistake can result in a file reset!