Skip to content
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

Wiki #13

Open
GrumpyOet opened this issue Apr 18, 2016 · 1 comment
Open

Wiki #13

GrumpyOet opened this issue Apr 18, 2016 · 1 comment

Comments

@GrumpyOet
Copy link

GrumpyOet commented Apr 18, 2016

Slither Wiki

Install:

You have need to download Nodejs Download it Here.

You can get the latest stable release from the releases page. Once you've downloaded it, you are ready to do the following steps:

OS X / Linux:

1. Open a terminal and type cd drag your Slither folder into the Terminal
2. Type npm install in the Terminal

Windows:

1. Open a terminal and type cd drag your Slither folder into the Commnd Prompt
2. Type npm install in Command Prompt

Obviously, if you want to try the latest version, you can clone the master branch but can have bugs because it's a development branch, so don't use it for production.

The server depends on Node.js, npm and other packages that are downloaded and installed during the installation process.

Run:

Execute this command to start the server.

  • cd (slither folder)

  • npm start
    _
    If you want to install a plugin, add it to packageDependencies in the package.json with the respective version.

    Example:

{
"packageDependencies": {
"my-plugin": "0.1.0"
}
}
and run script/install.

Join:

Once you've the Slither loading, you are ready to do the following steps:

1. Open Google Chrome (if you doesn't have Chrome than you install it)
2. Go to slither.io
3. Hit cmd+shift+j
4. Type in the Console this: sos = [{ ip: "localhost", po: 443, ac: 34, ptm: 121 }]
5. Close the Console and Click on Play

Or

1. Open Google Chrome (if you doesn't have Chrome than you install it)
2. Install TamperMonket from Here and click on add to chrome
3. Go to Here and click on Download New Mod
4. Then TamperMonkey shows up and click on install
5. Go to Slither.io and you type your IP and Port in the text box and click on the Little Play button

Now you are ready to press the Play button and if you followed correctly this steps, should appear some logs in your sever window.

Contributors:

You can contribute to the project by cloning, forking or starring it. If you have any bug, open an issue or if you have an interesting thing you want to implement into the official repository, open a pull request.

License:

MIT © Iegor Azuaga

@GrumpyOet GrumpyOet changed the title Can i make Wiki on this page Wiki on this Repository Apr 18, 2016
@GrumpyOet GrumpyOet changed the title Wiki on this Repository Wiki on this Repository (preview in here) Apr 18, 2016
@GrumpyOet GrumpyOet changed the title Wiki on this Repository (preview in here) Wiki for this Repository (preview in here) Apr 19, 2016
@GrumpyOet GrumpyOet changed the title Wiki for this Repository (preview in here) Wiki Apr 22, 2016
@RowanHarley
Copy link

RowanHarley commented Apr 24, 2016

@iiegor why aren't you adding this as a wiki page?
And by the way, Thanks @GrumyOet ! This really helped me out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants