MCTS play Gomoku

For simplicity, this game is 3 in a row, and the board is 5 * 5. Run the following command:

python play_test.py

Player1 will be the MCTS, Player2 will be humman(you).