theonlydude / RandomMetroidSolver

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

Set any missing params to default for randomizer and display an error #119

Closed chriscauley closed 1 year ago

chriscauley commented 1 year ago

I tested this by adding delete dataDict.revealMap to line 1070 of web/views/randomizer.html. Screenshot below shows how it integrates with other warning messages. I don't think it'd be possible to get missing params like this from the front end, but if it happens the user will be warned.

image

theonlydude commented 1 year ago

thank your for the PR