-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is usable for MultiOgar? #593
Comments
HOW? :) |
Not at the moment. Normal mode is out of question, because multi-ogar scrambles coordinates and borders. Blind mode doesn't work either, because multi-ogar scrambles IDs, so it won't work. However, you can replace checking for the same ID to checking color and name. To avoid impersonation of the bots in case color somehow matches, bots can generate random name each time they spawn. Also, it would be good to move detection of bot <-> botowner visibility to bot owner, because most of the time the bot owner has a bigger field of view most of the time, so more bots will come and feed him. |
@ZfsrGhS953 thats how the chither bots work right..? |
@ZfsrGhS953 agario-client2 seems to be finished and working,please check it |
That's not how chither bots work. It's impossible to make bots in multi-ogar follow mouse at all the times (unless you can predict the outcome of Math.random() on the server). That's why I made scrambling work differently in my multi-ogar fork: instead of Math.random() it makes the spawn point always (0, 0) relative to the client. And agario-client2 is outdated and doesn't work. |
@ZfsrGhS953 |
pull request? |
i moded it so it works on multiogar and added collec pellets xd |
pull request! |
This is usable for MultiOgar?
The text was updated successfully, but these errors were encountered: