Binary Puzzle Game (6x6)

By

UniTech

Game rules and support:

Support - Game rules, possible interactions, contact, and feedback.

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 RowPairs

V12 - Solve ColPairs

V13 - Solve NumberTrios

V14 - Solve RowPairs and ColPairs simultaneously

V15 - Code the "Complete" button

V16 - Code the "--Solve once--" button

V17 - Code the "--Solve repeat--" button

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.