iamonur/the_legendary_pipeline

Area enumerations should be enlarged

Closed this issue · 2 comments

The enumeration for areas seems limited.

This will not always re-produce, but if your maze creates lots of independent rooms, it will probably generate an exception even though nothing is wrong with your map.

The expected behavior should be the correct polishing of the generated level.

Platform: CentOS7, Python3.6.

The area enumerations should be one character sized unicode characters. Otherwise the generated map will be flawed. I will dig into this.

After moving with my level generators, I don't need this anymore. In future, it can be considered.