meepen / salien-bot

Steam Summer Sale 2018 "Salien" minigame bot - runs in console or browser
MIT License
418 stars 104 forks source link

userscript doesn't check other planets for better tiles #178

Open callmenemo491 opened 6 years ago

callmenemo491 commented 6 years ago

found that the index.user.js (version30) prefers planets with easy tiles (level 1), when there was a planet available that had lots of hard tiles (level 3).

callmenemo491 commented 6 years ago

i need PR #174 to be merged.

meepen commented 6 years ago

the userscript doesn't even check other planets currently. we could probably just use the SERVER api to chec ourselves, though.

callmenemo491 commented 6 years ago

@meepen , actually the code does it, due to PR #171: "current logic selects planets with the most progress, resulting in most remaining zones being lowest difficulty."

thus reason for #174 needs to be merged, as it fixes this.