I have developed a second version of implementation Imp00001 of GCN Matrix – Type A.
I wasn’t happy with the algorithm I used in Version 1 when a participant can’t take their turn.
Said algorithm simply consisted of recording the last X and Y position in the Matrix which contained a number when checking if the Matrix has been emptied and then moving the cursor to that position. In version 2 I altered the algorithm so that the cursor is now moved to a random position in the Matrix that contains a number.
I also added a message when a participant can’t take their turn which is intended to inform them of the situation and of the cursor being relocated.