drewtorg / roguelike

A roguelike game made using libtcodpy and python
MIT License
0 stars 1 forks source link

Make hallways a variable size to create more interesting dungeons #15

Open drewtorg opened 9 years ago

drewtorg commented 9 years ago

Currently all hallways are usually only one square wide. There should be another constant to determine a max hallway size as to give more depth in dungeon creation.