Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingchili/mutable-bunnies-auctions
Android client for managing auctions in the Mutable Bunnies browser based online game.
https://github.com/codingchili/mutable-bunnies-auctions
android auctions game game-development gamedev rpg rpg-game
Last synced: about 1 month ago
JSON representation
Android client for managing auctions in the Mutable Bunnies browser based online game.
- Host: GitHub
- URL: https://github.com/codingchili/mutable-bunnies-auctions
- Owner: codingchili
- Created: 2020-08-24T10:57:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T17:49:44.000Z (over 4 years ago)
- Last Synced: 2024-10-27T18:48:31.045Z (3 months ago)
- Topics: android, auctions, game, game-development, gamedev, rpg, rpg-game
- Language: Kotlin
- Homepage:
- Size: 979 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mutable Bunnies - Android Auction Client
The application is a companion application for the [Mutable Bunnies](https://github.com/codingchili/mutable-bunnies-server) online game,
which is still in development.
This application provides an on-the-go access to the in-game auction house, for buying and selling
items. Due to the distributed design of the game, a central repository for items are required in
order to execute orders across realm servers. This central entity is the Banking service,
which includes an API for auctions as well. This ensures that the auction/banking service will
have optimal locality for item data while also completely mitigates the risk of item duping
for banking/auction operations.![screenshot](img/screenshot.png)
## Building
Requires min API v24.
```console
gradlew build
```