How do I detect if a DS Grid has the same value 4 consecutive times in a row, both horizontally and vertically?
And if it does, I want to delete these 4 values (reset them back to 0).
I know using for loops is involved, having to loop through the grid multiple times, but I’m having a hard time figuring out how to actually accomplish this.