Walker.io: A Zombie-Themed Twist on Agar.io (MMO Game)

Project URL: https://walker-io.glitch.me/

  • How to Play:
    • Move using your mouse (just like in Agar.io). The further your mouse is from your character, the faster you move.
    • Shoot by clicking your mouse (ammo is scattered across the map).
    • Compete to survive the longest by hunting zombies and taking down other players – fight your way to the top of the leaderboard!
    • When you die, you join the ranks of the zombies, but you can’t play as one. To continue the fight, re-spawn as a fresh character.

Currently optimized for desktop play – mobile compatibility is coming soon.

Ready to test your survival skills? Let’s jump in and give it a try! :skull::man_zombie:

5 Likes
WebSocket.prototype.send2 = WebSocket.prototype.send;

WebSocket.prototype.send = function(...args) {
    console.log(...args);

    WebSocket.prototype.send2.apply(this, args);
}

Why did you reply with this?

1 Like