Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 527 Bytes

Agar.io

Clone of agar.io game made in C. SDL2 is used for user interface.

Requirements

  • Unix-based operating system - project uses pthreads.h and socket.h
  • SDL2
  • CMake (3.10+)

Installation

  • Create build directory
  • Inside build directory run cmake .. 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