I always wanted to make a roguelike game, and i tried it today. But it appears almost impossible to combine tilemaps or generate random rooms. Does anyone have an idea how to do it?
4 Likes
You should check out Whisker’s Adventure! Remastered
But you could store a linear dungeon as an array and track the player position with that.
If you want a more complex dungeon maybe try making a function to place walls and tiles at a location so when you explore further you can run that function. Also you would have to start with a really big but mostly empty tilemap.
5 Likes
Thank you! I didn’t expect to get an answer so soon!
2 Likes