Can I play with a friend on the same IP as me?
It is possible, but slightly complicated:
- Refresh the page and stay in lobby.
- Choose FFA or TEAM
- Press F12 (for google chrome)
- Click on "Console"
- Find "Connecting to ws://xxx.xxx.xxx.xxx:xxx" (x's are ip)
- Give that IP to your friend, who does the same, except he takes this IP and writes to the console:
connect("ws://xxx.xxx.xxx.xxx:xxx")
(replace x's with numbers) - Check if you're on the same server by matching Leaderboard player names.
- If you're not, both write
connect
to the console. (it happens sometimes)
They've implemented a mechanism which allows to connect to the same server by sharing a URL. Check it out on the page: enter your name, click on the game mode, select Party, on the right side click "create" and copy & send the URL to your friends.
Enjoy!