All Projects → m-byte918 → AgarOSS

m-byte918 / AgarOSS

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

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to AgarOSS

OgarX
Optimized rewrite of OgarII project with NodeJS and WASM
Stars: ✭ 26 (-16.13%)
Mutual labels:  agario-clone
Ogar3
A better version of Ogar
Stars: ✭ 22 (-29.03%)
Mutual labels:  agario-clone

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].