Actually no -- it's the neural network + biases, start values that's good at playing tic tac toe. The neural network code itself is not "hard coded" for any specific task.
You could use the same neural network with different inputs to do other stuff, like recognize characters, and all kind of pattern matching / classification.
You could use the same neural network with different inputs to do other stuff, like recognize characters, and all kind of pattern matching / classification.