SlitherSessions / ss-mods

Slither Sessions Mods
MIT License
2 stars 1 forks source link

On-Demand Gozer Bot #1

Open axetota opened 8 years ago

axetota commented 8 years ago

The gozer bot should be an extra on top of the normal slither.io-bot. Since the regular bot is smarter than gozer, we want to use it as the primary bot but allow gozer mode via user toggle.

In effect, the gozer mode can be turned on or off by the user at any given time.

timurtripp commented 8 years ago

Has any progress been made with this?

axetota commented 8 years ago

Indirectly, yes. I've updated the build script to slice out only the portion needed for the gozer code. The main hurdle is that both bot code bases define the global "bot" object. One of them needs renamed, then the main loop needs overriden/updated to execute the correct bot object based on the parameters and settings we define (probably just the toggle boolean)