A simple lifehack for those who is interested how to play in the same room with friends:
*
You*
1. Open
agar.io
2. Press
F12 to open DevTools in your web-browser, then open
Console there
3. Choose a region in the game
4. Start the game
5. In
Console you'll see a string like this: "
Connecting to ws://0.0.0.0:443"
6. Copy IP (in my example - 0.0.0.0) and send it to your friend.
*
Friend*
1. Open
agar.io
2. Press
F12 to open DevTools, then open
Console there
3. Choose a region in the game
4. Type in Console:
connect("ws://0.0.0.0:443")
*** replace 0.0.0.0 with the real IP of course
5. Start the game
6. Profit