https://github.com/petroniuss/ori
Android multiplayer game based on agar.io
https://github.com/petroniuss/ori
android multiplayer spring-boot
Last synced: 2 months ago
JSON representation
Android multiplayer game based on agar.io
- Host: GitHub
- URL: https://github.com/petroniuss/ori
- Owner: Petroniuss
- Created: 2020-08-27T18:11:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T20:25:49.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T14:50:24.773Z (4 months ago)
- Topics: android, multiplayer, spring-boot
- Language: Java
- Homepage:
- Size: 7.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ori
Android game based on `agar.io`. The premise is that you run away from bigger players and consume smaller ones along with everything on your way.
There are few custom skins featuring the republicans and democrats from 2016 USA election.
## Here's how it looks

## Demo hosted on some website
[play 🔥🔥🔥](https://appetize.io/app/pru5x7yhqyfym09f3135q5870m?device=nexus5&scale=100&orientation=portrait&osVersion=10.0)
Note that if server had been inactive for few hours finding multiplayer game may fail - in that case just retry (server should be awoken within 15 seconds).
## Apk
If you wish to play it on your phone here is downloadable [apk file ⛈](./android-client/release/app-release.apk)
I haven't deployed the application to google store since they charge 25\$ for creating an account.
## Techonlogies
I have used good old java to create the android client and spring-boot on the backend to setup some sockets.