m-byte918 / AgarOSS

An Agar.io open source server implementation written in C++
31 stars 6 forks source link
agario-clone cpp17

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:

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