photo

Sterling Riddick


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort