theonlydude / RandomMetroidSolver

VARIA Randomizer, Solver and Tracker for Super Metroid
http://randommetroidsolver.pythonanywhere.com
MIT License
45 stars 27 forks source link

smbm: Add dicts for items and counts #54

Closed cout closed 4 years ago

cout commented 4 years ago

Moved items and counts into separate dictionaries, rather than being stored as attributes on SMBoolManager. This cleans up the code while also providing a little performance boost.

theonlydude commented 4 years ago

merged. thank you.