theonlydude / RandomMetroidSolver

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

(Randomizer suggestion) Room randomisation #37

Open B-u-R-n-I-n-G-f-I-r-E opened 4 years ago

B-u-R-n-I-n-G-f-I-r-E commented 4 years ago

An another nice feature is to have a room randomizer like the "Super Metroid route randomizer" (http://www.metroidconstruction.com/resource.php?id=102) or Super Metroid World Randomizer Version 0.1.1 (https://github.com/aremath/sm_rando)

theonlydude commented 4 years ago

we already have it in our todolist, but as it requires to rewrite all the graph logic to go from an access point graph to a room graph we're waiting for the #data-dev project to be more mature so that we can use their room graph.

kjbranch commented 3 years ago

I have been working on figuring out the room graph logic and saw this. Do you know who is working on this for the #data-dev project?

theonlydude commented 3 years ago

hello, here's their repo: https://github.com/miketrethewey/sm-json-data/