Implement Connect 4 game. Use Object oriented programming andtwo-dimensional arrays.
-
a class for player variables:color, score methods:playTurn
-
a class for board variables: myBoard[][] char methods:initializeBoard,displayBoard,checkForWinning,checkCellisFull.
-
a class for Tester main method, loop for the game
Expert Answer
An answer will be send to you shortly. . . . .