MZuex Posted May 17, 2018 Share Posted May 17, 2018 Hi guys, Am using phaser3 making a match 3 type game where I need to check the objects that are around other objects. Is there an easy/efficient way to check for objects around a given object or in a given position in phaser3? Any directions or suggestions would be appreciated. Link to comment Share on other sites More sharing options...
digitsensitive Posted May 17, 2018 Share Posted May 17, 2018 That is not an easy task. If you google for "how to match 3 game" you will find some tutorials and examples. Link to comment Share on other sites More sharing options...
samme Posted May 17, 2018 Share Posted May 17, 2018 Probably you would use your own grid data structure for that. A hidden Tilemap might also work. Link to comment Share on other sites More sharing options...
Recommended Posts