Skip to content

An Agar.io open source server implementation written in C++

Notifications You must be signed in to change notification settings

m-byte918/AgarOSS

Repository files navigation

AgarOSS

AgarOSS (Agar.io Open Source Server)

An Agar.io server implementation written in C++.

Installing prerequisites

In order for the server to compile, you need to download and install some prerequisites:

  • git
  • make
  • cmake 3.15+
  • gcc 7.4.0+ (or MinGW for Windows)

Compiling

  1. Open up a terminal in the Run folder or cd into it.
  2. Run compile.bat for Windows or sudo sh ./compile.sh for Linux
  3. Compilation will start after uWebSockets library has been installed

Running

Windows: Run AgarOSS.exe

Linux: In a terminal, cd into the "Run" folder and run ./AgarOSS

About

An Agar.io open source server implementation written in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages