Skip to content

Simple agar.io clone for distributed programming project

Notifications You must be signed in to change notification settings

kwerenta/agario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple agar.io clone for distributed programming project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published