GrumpyOet

Results 40 comments of GrumpyOet

For the rotation

for rotation of the snake

dont ask me I can read JS script but not code it

/\ Hè use that code /\

Can iT be this `broadcast(messages.movement.build(conn.id, conn.snake.direction.x, conn.snake.direction.y));` To `broadcast(messages.movement.build(conn.id, (conn.snake.direction.x / 5), (conn.snake.direction.y / 5)));`

Maybe because you did / 5 you need to do that on a other conn.snake.body.something /5