Simple script to bind joystick controller to Slither mouse events.
npm install slither-joystick-controller

!License
> For now, only PS3 dualshock3 is supported.
```
npm i slither-joystick-controller
1. go to the node_modules/slither-joystick-controller foldernode index.js
2. run or node index.js supported/controller/here
These controllers are handled by node-gamepad. If you need to add another controller, see the Contributing Controllers of node-gamepad.
Game pad action | Slither action
--- | ---
start | pause/unpause all the other actions.move mouse
L3 | boost
X | enter
triangle | - use to start the gamezoom out
L2 | (require Slither plus extension)zoom in
R2 | (require Slither plus extension)select` to set the center.
select | redefine center position. It can be useful when the game is not in full screen. Place your mouse on the snake head and press
- node-gamepad - for reading controller inputs
- robotjs - for firing mouse/keyboards events
- node-notifier - for displaying notifications