The Tic-Tac-Toe project was started on 16 Feb 2022 as a way to collect anonymous game data and learn more about Machine Learning.

Machine Learning is used to create a discrete outcome predictive model that can predict the outcome of the Tic-Tac-Toe game.

However the predictive model is currently overfitted as the training data consists only of Author versus Computer and Computer versus Computer games.

While it was my intention at first, to create an AI Player to play Tic-Tac-Toe, I discovered that I currently do not have the data nor the know how to do that.

The current version contains a non-AI Computer Player that plays programatically against a Human Player.

I hope that as I collect more anonymous game data, I can improve both the accuracy of the discrete outcome predictive model and possibily learn to create an AI Player.

For more information please visit:
https://github.com/JosephWee/Tic-Tac-Toe

  1. The game is played on a 3-by-3 grid.
  2. Two players take turn to mark and on the grid.
  3. The first player to succeed in placing 3 consecutive marks in a row (horizontally, vertically or diagonally) wins.
  4. The game ends in a draw when all the cells are filled and neither players were able to form 3 consecutive marks.

For more information please visit:
https://en.wikipedia.org/wiki/Tic-tac-toe

  1. To start a new game, click to clear the 3-by-3 grid.
  2. Verify that the game is set to Single Player mode. If not use the to toggle between Single Player Mode and Duo Player Mode.
  3. Player 1 (You) plays .
  4. Computer plays .
  5. Player 1 moves first.
  6. Player 1 places an on the 3-by-3 grid by clicking on an empty cell.
  7. Computer player will then takes its turn to place a in an empty cell on the 3-by-3 grid.
  8. Repeat step 6 and 7 until Player 1 (You) or Computer player succeed in placing 3 consecutive marks in a row (horizontally, vertically or diagonally) or until there are no empty cells left.

  1. To start a new game, click to clear the 3-by-3 grid.
  2. Verify that the game is set to Duo Player mode. If not use the to toggle between Single Player Mode and Duo Player Mode.
  3. Player 1 plays .
  4. Player 2 plays .
  5. Player 1 moves first.
  6. Player 1 places an on the 3-by-3 grid by clicking on an empty cell.
  7. Player 2 will then takes their turn to place a in an empty cell on the 3-by-3 grid.
  8. Repeat step 6 and 7 until Player 1 or Player 2 succeeds in placing 3 consecutive marks in a row (horizontally, vertically or diagonally) or until there are no empty cells left.