photo

Sterling Riddick


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Here is my code so far, how would I code a checkWin function that will determine the winner of the tic tac toe game?
clear all; clc; bd = initBoard(3) win = false; while win == false % player 1 plays r = input('playe...

meer dan 7 jaar ago | 1 answer | 0

1

answer