Clone of agar.io game made in C. SDL2 is used for user interface.
- Create
build
directory - Inside
build
directory runcmake ..
to generate build files - Run
make
to build both client and server executable - Firstly, run server using
./server
- Then use
./client
to run client instance