Intelligent System FP – 21/11/2019 update
At the third week meeting, our group had taken the first step in creating the Connect 4 game. We arranged how the data and its container would be placed and presented. The data will be inserted into an array that simulates columns and rows as in the game. For this reason, the array is in the form of a nested list; the outer array simulates the columns, while the inner array simulates the board rows. The array will initially be filled with zeros, zeroes indicate that a slot is still empty and can be filled by color disks belonging to either player one or player two.