Is this is a Tic Tac Toe X Win? - MATLAB Cody - MATLAB Central

Problem 44363. Is this is a Tic Tac Toe X Win?

Difficulty:Rate
For the game of Tic Tac Toe we will be storing the state of the game in a matrix M.
For this game:
We would store the state as this:
-1 1 1
1 -1 -1
1 -1 -1
If there were any blanks squares, they would be 0;
For this challenge, given a game state, does X (1) have a three in a row on any row, column or major diagonal?

Solution Stats

36.85% Correct | 63.15% Incorrect
Last Solution submitted on Dec 17, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers513

Suggested Problems

More from this Author51

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page