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.
agario-webclient/README.md

17 lines
1,009 B
Markdown
Raw Normal View History

#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).
2015-06-09 21:31:27 +00:00
[![Dependency Status](https://gemnasium.com/GeoffreyFrogeye/agario-webclient.svg)](https://gemnasium.com/GeoffreyFrogeye/agario-webclient)
**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
2015-06-07 20:39:17 +00:00
* Clone the repo.
2015-06-09 20:17:39 +00:00
* Install [gulp](http://gulpjs.com/) globally `npm install -g gulp`
2015-06-09 21:31:27 +00:00
* Install required dependencies `npm install`
2015-06-09 20:17:39 +00:00
* Run `gulp`
* Open `app.html` from the browser