Open axetota opened 8 years ago
Has any progress been made with this?
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)
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.