https://github.com/themoonthatrises/agarioclient
A Java client-implementation clone of the popular 2010's online game Agar.io.
https://github.com/themoonthatrises/agarioclient
Last synced: 12 months ago
JSON representation
A Java client-implementation clone of the popular 2010's online game Agar.io.
- Host: GitHub
- URL: https://github.com/themoonthatrises/agarioclient
- Owner: TheMoonThatRises
- Created: 2024-03-01T06:25:47.000Z (over 2 years ago)
- Default Branch: stable
- Last Pushed: 2024-11-18T01:39:18.000Z (over 1 year ago)
- Last Synced: 2025-01-14T23:46:01.771Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AgarioClient
A Java client-implementation clone of the popular 2010's online game [Agar.io](agar.io).


See [AgarioServer](https://github.com/TheMoonThatRises/AgarioServer) for the server companion of this client.
## Prerequisites
- Minimum UDP packet size of `65_534` bytes
- Fast and reliable download speeds
- Recent CPU model (older models may face impacted FPS performance)
## Building
Much of the codebase uses bleeding-edge functions and syntax.
Tested Environment:
- ZuluFX 23
- IntelliJ IDEA
- MacOS 15.1
- Ubuntu 22.04
- 1 GB upload/download
`main` is located in the class `Client` and can be run using IntelliJ's "run" arrow.
## Multiplayer
Input the provided server code in the provided space and select your desired settings.
## Roadmap
- [] Updated virus texture
- [] Improve player death handling
- [] Cleaner landing page
See the server companion [AgarioServer](https://github.com/TheMoonThatRises/AgarioServer?tab=readme-ov-file#roadmap) for the extended roadmap.