slither icon indicating copy to clipboard operation
slither copied to clipboard

An open source implementation of the slither.io server

Results 21 slither issues
Sort by recently updated
recently updated
newest added

Hello, I got a problem. I installed nodejs, installed server (npm install) and after running script and entering 127.0.0.1:8080 I see only background. No snake, no food balls. In cmd...

like the title says how do i change the port it uses?

When i write in cmd 'C:\Users\mipc\Desktop\slither-master\script>run [Application][DEBUG] You are running slither-server 0.0.12-dev [Application][INFO] Starting the server in dev at port 8080... [Server][INFO] Listening for connections ' and go to the...

[Application][DEBUG] You are running slither-server 0.0.12-dev [Application][INFO] Starting the server in dev at port 8080... [Server][INFO] Listening for connections Snake going to 99 slither-master/src/server.coffee:114 if (value === conn.snake.direction.angle) { ^...

first, start server. ``` $ node ./bin/slither ``` second, access slither.io on chrome and execute. ``` forceServer("localhost", 8080) ``` finally, start game. but, server is down :( console log display...

0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'prestart',...

I've managed to continue this project [here](https://github.com/RowanHarley/Slither-Server/) and have now implemented full snake movement. Please check it out!