The Element of Matrix Array:
Array of element aX, bX to gX with seven (7) elements each. A 7x7 board games. All the elements are initialized to 20 and each player's represent a value of integer, 2 for player I and, 3 for player II.
1.) First Check (four inline chips)
The computer must determine the four(4) inline chips in all directions. Inline chips could easily be determine if the total of four element array is 8 or 12.
2.) Immediate Action (possible inline chips)
The computer will test all the 7 slots by making trial and error for each slot. Hidden by the graphics display the computer drop a chip in the slot then test, and remove the chip. All the 7 slots where tested by chip value 2 and 3.
3.) Double Trick Action (possible check slot)
This time the computer drop three(3) chips in order to get the double action. First drop is to check if double check found in the slot. Second drop is the next player's choice and the last drop is to check an existing inline chips.
After dropping the three(3) chips and determining the double check the computer again remove the three(3) chips and drop in the slot which the double check occur.
4.) Priority Check 1(forming inline chips)
The computer keep track of the line you want to form by making trial and error. A chip will be drop in the slot then checking the matrix array if a total of 26 (2+2+2+20) or 29 (3+3+3+20)occur.
5.) Last Choice Move (looking for a pair of chips and a future line)
The future in line is also check by the computer. Making trial and error and adding the matrix array. A chip will be drop in the slot then checking the matrix array if a total of 44 (2+2+20+20) or 46 (3+3+20+20)occur.
Thanks!!