An Agar.io server implementation written in C++.
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)
- Open up a terminal in the
Run
folder orcd
into it. - Run
compile.bat
for Windows orsudo sh ./compile.sh
for Linux - Compilation will start after uWebSockets library has been installed
Windows: Run AgarOSS.exe
Linux: In a terminal, cd
into the "Run" folder and run ./AgarOSS