https://github.com/kylestev/agario-updater
Static analysis tool for the popular hit game agar.io
https://github.com/kylestev/agario-updater
Last synced: about 1 month ago
JSON representation
Static analysis tool for the popular hit game agar.io
- Host: GitHub
- URL: https://github.com/kylestev/agario-updater
- Owner: kylestev
- Created: 2015-08-07T16:14:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T16:14:26.000Z (almost 10 years ago)
- Last Synced: 2025-02-14T19:56:33.053Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agar.io Updater
This project utilizes static analysis of the minified JavaScript game client files for the popular Massively Multiplayer HTML5 game: [agar.io](http://agar.io/).
The purpose of this package is to aid in reverse engineering and modding of the game client regardless of the current client revision. Since the game updates multiple times per week, it is important to have tooling that automatically outputs transformed JavaScript that is readable by humans.
## Setup
1. Clone this repo
2. `cd` into the cloned repo's directory
3. `$ npm install`
4. `$ npm install -g coffee-script`
5. `$ cp config-sample.json config.json`
6. `$ coffee updater.coffee`