Yes, I know this has been asked a lot and can be a difficult task, but I have an idea as to how I can make it much simpler. Essentially, The dungeon is an 8x8 grid of rooms, each with doors on all 4 sides. after picking the random rooms, some doors will be blocked off to create the maze-like part of the dungeon, then I can use pathfinding to see if there is a clear route from start to finish.
The problem is, I don't know what object to make the rooms. If I use a Sprite, the hitboxes will be an issue since I can't make individual hitboxes in one frame for the walls, and I do not know if I can make tilemaps mid-game using events. Can someone help me, or if there is a simpler method tell me?
Thanks in advance!