epignatelli/navix

`KeyDoor`: make room sizes variable

epignatelli opened this issue · 1 comments

This is problematic because the wall index position will be converted into an abstract array, or we cannot take mask the rooms as this will require slicing with a dynamic slice.
See https://github.com/epignatelli/navix/blob/dev/keydoorsize/navix/grid.py for example.

Fixed by #25