Slither.io-bot icon indicating copy to clipboard operation
Slither.io-bot copied to clipboard

Kill count

Open Evanito opened this issue 9 years ago • 9 comments

Can we make a count of how many kills we cause?

Perhaps add that to the leaderboard of #38 ?

Evanito avatar May 03 '16 03:05 Evanito

Good idea. Turn HUD + Counter Killed = more fun ;)

Thank you for your work

Seple avatar May 04 '16 10:05 Seple

If you can find the variable that tracks the amount of kills you get in the game, you can use that to show how many kills you have. If no such variable exists in the game's coding, you'll have to manually create a function that tracks when your snake killed a player, and have it add upwards...

It should also reset the score at the end of every run, so it doesn't constantly add upwards...

Drflash55 avatar May 17 '16 15:05 Drflash55

If you can find the variable that tracks the amount of kills you get in the game

Anyone know ?

create a function that tracks when your snake killed a player

Seems ... uhhh....

ermiyaeskandary avatar May 17 '16 15:05 ermiyaeskandary

So constantly testing if a player hits your body?

ghost avatar May 17 '16 23:05 ghost

@Classicanon Something like that...

Drflash55 avatar May 18 '16 17:05 Drflash55

Anyone know ?

Start with sudden disappearance of proximate snake with sudden appearance of curvilinear dense food.

ROacktree avatar May 25 '16 14:05 ROacktree

Consider taking Cloud Credentials to store one's own stats [assume multiple instances]. Amazon S3 seems a good starting point with gratis [free] 5gigs of S3 storage, and free mini EC2 instance [not needed].

https://aws.amazon.com/free/

@ErmiyaEskandary could optionally be granted read permission to github to tally bots' instantiation.

^ Because I greatly value my human right to privacy I do not favor use of third party stats tools like [evil] google. Bot operator pay as you go cloud storage allows for more fun like signature braggadocio, site glamor, Xmpp PEP.. off the top of my head.

ROacktree avatar May 25 '16 14:05 ROacktree

@ROacktree For what purpose ? @chancity suggested using the cloud

ermiyaeskandary avatar May 25 '16 15:05 ermiyaeskandary

.. I think that is sufficient enough top 3 + PLUS -> Displaying time play (server) <--- what do you think ?

Seple avatar May 28 '16 02:05 Seple