cgpino Posted August 18, 2017 Share Posted August 18, 2017 Hi, I'm developing a maze game where you have to control a ball to the goal to win, and I'm having a lot of problems with this, because I have to generate a random maze and there are a lot of problems with collisions thanks to all wall objects (and also the game goes slow). So I thought it would be a great idea generate the complete maze as one only object (with a lot of structures inside, it doesn't matter if with sprites or another things). Can I do this? And how? Thanks in advance. Link to comment Share on other sites More sharing options...
samme Posted August 20, 2017 Share Posted August 20, 2017 Sounds like a tilemap. Link to comment Share on other sites More sharing options...
Recommended Posts