The Dungeonator

The Dungeonator

5k Downloads

Better Up/Down Matching

Timberjaw opened this issue ยท 3 comments

commented

Need better up/down-enabled rooms and better management of these in the generator. Currently the generator has too small a chance of matching up/down exits.

commented

Cutting this from 0.0.4. Exact matching requires 2^14 rooms in the library. Not sure what to do about that, as dead-end doorways will be strange.

commented

This requires either prioritizing up/down over other exit matching, OR forcing perfect matches only (which will require a larger, permutation-complete room library).

commented

It may be more efficient to use a bitmask for doorways and compare to that for exact matches.