This repository has been archived on 2019-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
agario-webclient/README.md
Geoffrey Frogeye 48397199c5 Initial commit
Note: Some balls don't render. This is mostly a prevent-lost-work commit.
2015-06-05 16:22:41 +02:00

14 lines
925 B
Markdown

#Web-browser client for [agar.io](http://agar.io)
A small browser-based graphical client for agar.io, written using [pixijs](http://www.pixijs.com/) and [agario-client](https://github.com/pulviscriptor/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](https://github.com/pulviscriptor/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](http://browserify.org/) globally
* Run `make`
* Open `app.html` from the browser