First attempt at creating a feature vector for tictactoe.
Possible feature values are:
If there is a possibility for player 1 to win if he uses the current square on the board the value of the square is 2
If there is a possiblitity for player 2 to win if he uses the current square in the next round the value of the square is 1
If the current square does not make it possible for either to win in the next game its value is 0
This code was written in spyder