/GreedyGreedy

Farkle, Zilch, 10000 Dice: A Game of Dice

Primary LanguageJavaOtherNOASSERTION

GreedyGreedy

Release: Build Status Dev: Build Status

Farkle, Zilch, 10000 Dice: A Game of Dice

Download

Building

GreedyGreedy uses a gradle build system.

Desktop

./gradlew desktop:dist

Output: ./desktop/build/libs/desktop-<version>.jar

Android

./gradlew android:assembleRelease

Output: ./android/build/outputs/apk/android-release-unsigned.apk

Server

./gradlew server:dist

Output: ./server/build/libs/server-<version>.jar

Environment Variables

JAWSDB_URL

mysql://username:password@somehost.tld:1337/some_database

REDIS_URL

redis://username:password@somehost.tld:1337

Google API

The Android in app purchases via Google Play require access to the Google Play developer console account associated with the app.

  • GOOGLE_API_REFRESH_TOKEN
  • GOOGLE_API_CLIENT_SECRET
  • GOOGLE_API_CLIENT_ID

A valid Google oauth refresh (not access) token is required. See Google Play Authorization.

Contributing

Pull requests are welcomed, but do keep the license in mind.

The working branch is develop. Branch master is reserved for stable builds.

License and Credits

Greedy Greedy is licensed under the GPLv2.

See license.txt and third-party.txt