Hi
I'm trying out a random dungeon with multiple layouts ie 1 layout 1 room,
each room has exits to another layout. I'm think of making each exit random to a different room.
Probably using an array to store each room number and exits to a different room number,
whats the best way to deal with rooms with on the outside of the grid so you dont get any exits that dont have a adjacent room.
Hope this make sense.