Blacken cells to create a maze path!
Goal: Create a maze by deciding which cells are black (walls) and which are white (paths).
S = Start, G = Goal
Circle = must be on the S-to-G path
Triangle = must NOT be on the S-to-G path
Controls:
Win condition: All rules satisfied and path S→G through all circles avoiding triangles.