feat: promote new entrance shuffle algorithm out of experimental

This commit is contained in:
aerinon
2024-05-06 16:19:14 -06:00
parent 26c2aa9fc5
commit bb5236d5d4
17 changed files with 190 additions and 2970 deletions

View File

@@ -7,11 +7,13 @@ import time
from collections import Counter, defaultdict
from source.overworld.EntranceShuffle2 import link_entrances_new
from EntranceShuffle import link_entrances
# from source.oEntranceShuffle import link_entrances_new
from BaseClasses import World
from Regions import create_regions, create_dungeon_regions
# probably deprecated
# tested: open + crossed (lh) Mar. 17 (made changes)
# tested: open + simple (lh) Mar. 22