agateau / burgerparty

A time management game for Android where you play a fast-food owner who must put together the burgers ordered by her customers before time runs out.
Other
17 stars 11 forks source link

Publish on F-Droid #1

Closed CarlSchwan closed 10 months ago

CarlSchwan commented 5 years ago

It would be cool if burger party is release in the F-Droid store.

agateau commented 5 years ago

Yes, I need to look into how to do this!

TheLastProject commented 3 years ago

Someone on the F-Droid forum asked about this game: https://forum.f-droid.org/t/could-we-get-this-game-app-in-f-droid/12396

Cool to see you approve.

Just curious, is building this game similar to building Pixel Wheels? If so I could give this a shot perhaps, just wondering if I should take the current Pixel Wheels build script as base or not.

agateau commented 3 years ago

Just curious, is building this game similar to building Pixel Wheels?

No, it's very different, and probably simpler. Pixel Wheels build system has to generate assets. Burger Party repository contains the generated assets so you don't have to worry about that.

The "only" issue is the game is old, it was developed using Eclipse (Android Studio was not a thing back then!), so its build system does not use Gradle. I have no idea if this build is easy to automate in F-Droid.

shuvashish76 commented 1 year ago

Thanks for this game. Live on F-Droid : https://www.f-droid.org/en/packages/com.agateau.burgerparty/

licaon-kter commented 11 months ago

@agateau 2023-11-05 00:36:39,896 ERROR: Could not build app com.agateau.burgerparty: Downloading Binaries from https://github.com/agateau/burgerparty/releases/download/1.4.3/burgerparty-1.4.3-agc.apk failed.

as there's no APK here? https://github.com/agateau/burgerparty/releases/tag/1.4.3

agateau commented 10 months ago

@agateau 2023-11-05 00:36:39,896 ERROR: Could not build app com.agateau.burgerparty: Downloading Binaries from https://github.com/agateau/burgerparty/releases/download/1.4.3/burgerparty-1.4.3-agc.apk failed.

as there's no APK here? https://github.com/agateau/burgerparty/releases/tag/1.4.3

Oups, this is fixed now!