match-3 logic in game board and match 4 logic in blob class should all be put into one class that takes in a game board and has functions to return the various types of matches going on. This class will probably be used by GameEngine for match logic.
match-3 logic in game board and match 4 logic in blob class should all be put into one class that takes in a game board and has functions to return the various types of matches going on. This class will probably be used by GameEngine for match logic.