photo

Preston Waddell


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten