AgarOSS
AgarOSS copied to clipboard
An Agar.io open source server implementation written in C++

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
- Open up a terminal in the
Runfolder orcdinto it. - Run
compile.batfor Windows orsudo sh ./compile.shfor Linux - 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