K00sKlust / slither.io-bot-manager

An application to create multiple instances of Slither.io-bots, and manage them.
Mozilla Public License 2.0
1 stars 0 forks source link

Slither.io bot manager

About

This is an application to create multiple instances of ErmiyaEskandary's Slither.io-bot. It can be used to compare different versions of the bot.

How to use

To run this application you'll need Node.js (and npm, which is included in Node.js) installed on your computer. From your command line:

# Clone this repository.
git clone https://github.com/K00sKlust/slither.io-bot-manager.git
# Go to the src folder you've cloned
cd slither.io-bot-manager
cd src
# Install dependencies
npm install
# Run the app!
npm start