Hello :),
In my project, I have 10 maps. I have the beginning, the end, a stairwell map, a stairwell map with a door at the end.
What I would like to do is :
- Start with the beginning map
- Generate randomly, 1-4 time the stairwell map
- Affter the stairwell map, add the stairwell map with the door (increment a counter)
- If counter==10 then
Open the door of the last level
Else
When I open this door choose one level map (each map can be chose a single time)
jump to 2)
But Is this possible with no loading screen (after the first one) and how could i do that ?
Thx