An open API service indexing awesome lists of open source software.

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

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

![20200301-141510](https://user-images.githubusercontent.com/31375809/75626606-18273c00-5bc9-11ea-88de-ea8097681ace.gif)

## 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.