Links to versions are below:
v1.01 - A blank shell ready for some unique, innovative code
v1.02 - Added 6x6 table + Grunt code to load the 6x6 table with 1s and 0s
v1.03 - Solid dividing lines
v1.04 - Grunt code replaced by loops
v1.05 - Re-named gameboard ready for nested loops
v1.06 - 6 identical loops replaced with 2 nested loops
v1.07 - Push 1D arrays to a 2D array
v1.08 - Added a dropdown to select a game + buttons
v1.09 - Function to "DisplayGrid" after values have been changed. Called from every button.
v1.10 - v1.09 error fixed by Grid = []; in "loadGrid" function + shifted writing to text boxes.
v1.11 - Added "RowPairs" function.
v1.12 - Added "ColPairs", "Pairs", "Trios" and "Complete" function and some CSS font/background changes for appealing design.