np-eazy / Pentaquad

3 stars 1 forks source link

TargetBlock: Implement #2

Closed np-eazy closed 1 year ago

np-eazy commented 1 year ago

A TargetBlock is a square-shaped group of cells at some center location, which must be filled before it grows too large.

np-eazy commented 1 year ago

Actually it is a better game design choice to have TargetBlocks start of at 3x3.

np-eazy commented 1 year ago

At the rate they are spawning, the TargetBlocks in this commit are too difficult for a normal game. The point of this issue was just to get the logic in though, and we can always change the parameters and tweak the rules/logic in another ticket focused on the game design per se.