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

回答