Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 330 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 330 Bytes

agar.py

Implementation of agar.io in Python.

Features

  • Register/Login using SQLite3
  • Full manual implementation of Diffie-Hellman key exchange
  • AES 128 bit
  • Socket communication over TCP (using AES)
  • Realtime multithreaded server-client
  • Smooth animations (using interpolations and transformations)
  • Comfortable GUI