Binary Puzzle Game (6x6)

By

UniTech

Links to versions are below:

V01 - A blank shell ready for some unique, innovative code

V02 - Add Grid and default 0's and 1's

V03 - Solid dividing lines

V04 - Load from 36 element grid rather than "grunt code"

V05 - Re-name gameboard ready for nested loops

V06 - Condense 6 loops into 2 nested loops

V07 - Create 2D array for easier row and column reference

V08 - Create empty buttons for solving and dropdown grid selector

V09 - Global Row, Column & Grid + Display Function

V10 - Fix grid concatenation in debug

V11 - Solve row pairs

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.