Links to versions are below:
v1.01 - A blank shell ready for some unique, innovative code
v1.02 - changed red tripple lines with single line - 2 lines of css
v1.03 - grunt code to load the 6x6 table - page is 150 lines
v1.04 - 36 lines of grunt code replaced by 6 loops (only 3 done so far)
v1.05 - Gameboard re-labelled and the 6 loops re-labelled accordingly. This is preparation for nesting the column loops inside row loops. These 2 nested loops (about 4 lines of code) will replace the original 36 lines of repetative grunt code.
v1.06 - Try to complete the nested loops yourself!!!!
The question we are solving is below in images:
A desk check is included to assist with what this code is actually doing:
End of Question