NathanAnto / NathAnto_VincCord_Roguelike

Jeu pour le cours de Programmation orientée objets
0 stars 0 forks source link

Level generation #2

Closed NathanAnto closed 5 months ago

NathanAnto commented 5 months ago

Generate the different levels with rooms, that the player can traverse.

https://www.boristhebrave.com/2019/07/28/dungeon-generation-in-enter-the-gungeon/ https://en.wikipedia.org/wiki/Force-directed_graph_drawing https://www.gamedeveloper.com/programming/procedural-dungeon-generation-algorithm

NathanAnto commented 5 months ago

Still need to have functional maps for the rooms