This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2015-06-05 18:15:59 +02:00
client@c1a834d8e6 Initial commit 2015-06-05 16:22:41 +02:00
.gitignore Using ws instead of WebSocket browser API 2015-06-05 18:15:52 +02:00
.gitmodules Initial commit 2015-06-05 16:22:41 +02:00
app.html Initial commit 2015-06-05 16:22:41 +02:00
loader.js Initial commit 2015-06-05 16:22:41 +02:00
Makefile Using ws instead of WebSocket browser API 2015-06-05 18:15:52 +02:00
README.md Using ws instead of WebSocket browser API 2015-06-05 18:15:52 +02:00
script.js Addedd small deadzone 2015-06-05 18:15:59 +02:00
style.css Initial commit 2015-06-05 16:22:41 +02:00

#Web-browser client for agar.io A small browser-based graphical client for agar.io, written using pixijs and agario-client.

DISCLAIMER: This project isn't affiliated with agar.io in any way. When playing with this client, you don't get ads, which is nice for you maybe, but it doesn't pay for the servers needed to run the game.

Note: You won't be able to play directly on agar.io servers due to cross origin policy restrictions. You must use a proxy (you can for example use the repeater you can find in agario-devtools).

##Usage

  • Clone the repo with the --recursive option. If it was cloned without this option, run git submodule update --init --recursive
  • Install browserify globally npm install -g browserify
  • Install ws locally npm install w
  • Run make
  • Open app.html from the browser