Closed boaromayo closed 6 years ago
I might make the Tile, Camera, and TileMap (or Room) classes first before tackling this.
Placed in a Maze class to represent the entire map of the game, made up of set number of Rooms.
Looks like I'll just place in a single text file to represent the entire maze...
I'm planning to put in a procedurally generated Zelda-like dungeon.
The factors should be that the rooms created should not go over the selected size of the dungeon, that the rooms should be different, some rooms should be locked, and that there should be dangerous hazards in some of the rooms, or something close to these ideas.
Note that the player cannot wield weapons, so enemies aren't included in the game.
Maybe something like this algorithm might be the closest thing for this game, even though it's for Unity.