Skip to content

Commit

Permalink
No more wall code
Browse files Browse the repository at this point in the history
This will make the bot perform worst near walls, but overall better everywhere else.
  • Loading branch information
Apostolique committed Apr 18, 2016
1 parent c979b4d commit ff9f75a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ SOFTWARE.*/
// @name AposBot
// @namespace AposBot
// @include http://agar.io/*
// @version 3.647
// @version 3.650
// @grant none
// @author http://www.twitch.tv/apostolique
// ==/UserScript==

var aposBotVersion = 3.647;
var aposBotVersion = 3.650;

//TODO: Team mode
// Detect when people are merging
Expand Down Expand Up @@ -1034,7 +1034,7 @@ function AposBot() {

if (badAngles.length > 0) {
//NOTE: This is only bandaid wall code. It's not the best way to do it.
stupidList = this.addWall(stupidList, player[k]);
//stupidList = this.addWall(stupidList, player[k]);
}

for (var i = 0; i < badAngles.length; i++) {
Expand Down

3 comments on commit ff9f75a

@muratlahur
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not smart at ALL !! Instead of fixing the wall code (like I did) you are just removing it overall .. Tsk Tsk..

@muratlahur
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"We are not here to listen to your thoughts"

hmm predestined failure. . .

"take it or leave it" you sound like a moroccan street vendor..

Why all humanity disintegrated into this ?

shame really . . .

I think you are safe to delete my obfuscated code that I have e-mailed you .. You have also proven your worth :(

@muratlahur
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agar doesn't have to let me know where I am on the map .. I CAN FIGURE IT OUT !!
all it takes is me finding any one of the corners .. since the map is a predefined size square , I'll automatically know where I am ..

It does not require a genius to figure it out really ..

or does it ??
anyway you are not here to listen to my thoughts..

Keep removing stuff that is needed and you'll end up with a ball living in a letterbox and dies in every single wall situation , not to mention the walls ..

Large scale failure , and I had hopes in you . . .tsk tsk tsk

Please sign in to comment.