|
|
|
|
|
by ibash
4034 days ago
|
|
Fun fun! I took a few passes at figuring out what the binary data was. This parses out the leader board an a few other things: https://github.com/ibash/agar/blob/master/sandbox/parser.js This was all for fun, and there aren't many comments, so reach out if you have questions. > The original Agar.io game processes no game logic on the client side, which makes the game freeze completely once the server lags. Most online games solve this by letting the client run game logic, but letting the server correct the client's position when he is cheating.
> Of course implementing something like this is pretty complicated, even the original Agar.io doesn't have a system like this. Not entirely true, the original agar.io client plays ahead the position up to a limit. |
|