Skip to content

This is my standalone simple implementation of engine for Agario

Notifications You must be signed in to change notification settings

dziulek/AgarioEngine

Repository files navigation

Agar.io engine

CI status

This is my standalone, simple implementation of game engine for Agar.io with simple graphical interface. I use this engine as submodule in my implementation of C++ game server (you can find it here).

Setup

You have to clone repository with all submodules (with --recurse-submodules option) and install SFML. To build and run:

$ mkdir build
$ cd build/
$ cmake ..
$ make
$ ./src/AgarioEngineDemo_run

About

This is my standalone simple implementation of engine for Agario

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published