Python Forum
Adding persistent multiple levels to game
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding persistent multiple levels to game
#1
Where would anyone suggest I start with adding persistent, multiple levels to my random dungeon game?

I can generate a level to a rudimentary degree: floors, walls, player, entrance, exit, and a key that the exit requires. But so far it just makes one level and when you get the key to the exit, it only prints "Win!!". That's all.

The obvious next step is to add multiple levels and be able to go in between them, but I draw a blank as to where to start.

How would I produce a number of levels and have the exit of one level enter the next and visa versa? I know that the NES Legend of Zelda's dungeons are all actually one large map but you can't tell because of how it is displayed. Is this a strategy? I fear massive lag.

How had this been done traditionally?
Reply


Messages In This Thread
Adding persistent multiple levels to game - by michael1789 - Nov-15-2019, 03:58 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGame] adding mouse control to game flash77 5 455 May-14-2024, 04:51 PM
Last Post: flash77
  [PyGame] Snake game: how to get an instance for my snake's body multiple times? hajebazil 2 2,217 Jan-30-2022, 04:58 AM
Last Post: hajebazil
  Adding an inventory and a combat system to a text based adventure game detkitten 2 6,975 Dec-17-2019, 03:40 AM
Last Post: detkitten
  Adding a single player mode to my wxOthello game keames 29 12,318 May-01-2019, 02:56 AM
Last Post: SheeppOSU

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020