• Stars
    star
    256
  • Rank 158,012 (Top 4 %)
  • Language
    CoffeeScript
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An open source implementation of the slither.io server

slither npm-deps

This is currently under extremely active development, and you probably shouldn't use it unless you like broken software.

This is supposed to be an open source implementation of the slither server built on top of Node.js that emulates the full functionality of the original server.

Install

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

$ cd slither
$ npm install

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

You can start the server by executing $ script/run or $ npm start.

The server will be accesible at localhost:8080 but you will need a client (you can use the original one) to be able to play the game.

Plugins

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

{
  ...
  "packageDependencies": {
    "my-plugin": "0.1.0"
  }
}

and run $ script/install.

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

More Repositories

1

chrome-material

A material web browser built with JavaScript
JavaScript
58
star
2

generator-react-webpack-node

Yeoman generator for react-webpack-node
JavaScript
32
star
3

isostyle

Browserify transform for bundling CSS and LESS files.
JavaScript
13
star
4

kekocity-go

Websocket game server written in golang
Go
13
star
5

xat-server

A Node.js private server of xat.com
CoffeeScript
6
star
6

youtube-isomorphic

A youtube remake made using React
JavaScript
5
star
7

slither-go

Golang server implementation of the slither game
Go
5
star
8

xat-www

CSS
4
star
9

xat-decompiler

Decompiler for xat.com swf files.
Java
4
star
10

pantheon

(WIP) ✨ Next-generation web server
JavaScript
4
star
11

cmd

(WIP) A modern shell built on top of electron
JavaScript
3
star
12

react-native-interactive

Handle interactions with your components effectively across platforms
TypeScript
3
star
13

component-provider

Extensibility across Polymer web components
JavaScript
2
star
14

xat-flash

Source code for xat flash clients
ActionScript
2
star
15

fly-react

✈️ React plugin for Fly
JavaScript
1
star
16

booking-system

A camunda-based booking system
JavaScript
1
star
17

is-element-ready

Detect when an element exists in the DOM
JavaScript
1
star
18

hhvm-site

An expirement using Hack lang
JavaScript
1
star
19

xat-extractor

Retrieve all image files from xat.com
Python
1
star
20

react-experiments

πŸ”¬ A set of experimental features
JavaScript
1
star
21

md-ripple

Lightweight implementation of the Material Design ripple effect
JavaScript
1
star
22

electron-screensaver

HTML
1
star
23

xat-www-hapi

The xat website
JavaScript
1
star
24

crypo

Node.js encryption utilities
JavaScript
1
star