This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
Geoffrey Frogeye 5ba35d3c82 Dependency managing 2015-06-09 23:31:27 +02:00
.bowerrc Bower support 2015-06-09 22:47:55 +02:00
.gitignore Bower support 2015-06-09 22:47:55 +02:00
LICENSE Added LICENSE 2015-06-09 22:20:16 +02:00
README.md Dependency managing 2015-06-09 23:31:27 +02:00
app.html Bower support 2015-06-09 22:47:55 +02:00
bower.json Dependency managing 2015-06-09 23:31:27 +02:00
gulpfile.js Bower support 2015-06-09 22:47:55 +02:00
package.json Bower support 2015-06-09 22:47:55 +02:00
script.js Use one-file scripting 2015-06-08 23:59:07 +02:00
style.css Initial commit 2015-06-05 16:22:41 +02:00

README.md

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

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.
  • Install gulp globally npm install -g gulp
  • Install required dependencies npm install
  • Run gulp
  • Open app.html from the browser