An Agar.io server implementation written in C++.
In order for the server to work, you need to download and install some prerequisites. You will need to install git in order for this to work.
This should work on most versions of Windows.
- Go into the
Runfolder. - Run
install_uws.bat. - Wait until the installation has finished.
Tested on Archlinux (Manjaro) and Ubuntu 16.04.
- Open up a terminal in the
Runfolder orcdinto it. - Run
sudo sh ./install_uws.sh. - Wait until the installation has finished.
Compiling the server can be done using the pre-written scripts located in the Run folder. You will need to install g++-7 for this to work. On Windows you can check out this guide. On Linux you will need to install g++ version 7 or its distro-equivalent.
Simply go into the Run folder and run compile.bat. Once the server has compiled, go back into the root folder and run AgarOSS.exe.
- Open up a terminal in the
Runfolder orcdinto it. - Run
sudo sh ./compile.sh. cdback into the root folder and run./AgarOSS.
