Community Profile

photo

Preston Waddell


2019년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


Unable to write loops for self playing connect4 win conditions
clc,clf col = 1; row = 1; board = zeros(6,7); %Creates a board of zeros maxturns = 0; vertwin = 0; horizwin = 0; leftdiag...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Attempting to completely fill out an array(6,7) with 1's and 2's for connect4
clc,clf col = 1; row = 1; board = zeros(6,7); %Creates a board of zeros maxturns = 0; while maxturns <= 42 maxturns = ...

4년 초과 전 | 답변 수: 2 | 0

2

답변