MixIt is a native android app inspired by the popular game InfiniteCraft. You start with the four basic elements water, earth, fire and air and your task is to combine them into new unique elements.
✅ Discover new words inside an endless free play mode.
✅ Try to reach a given target word as fast as you can and in the least amount of time.
✅ Got something else to do? No problem! The game saves your progress for you.
✅ Stay motivated by unlocking 15 unique achievements!
✅ Play the game in dark- or light mode.
✅ Reset your progress if you want to start over.
✅ Full i18n (currently supports english and german)
Please make sure you have Java and an android SDK installed before building the application.
- The minimal SDK version is 24
- The target SDK version is 36
- Clone the repository to your local machine. Open a terminal of your choice and type:
git clone https://github.com/KuerbisKuchen02/MixIt.git- Add an android SDK and OpenAI key in a file named
local.propertiesin the root of your project directory. Your file should look like this:
sdk.dir=your/path/to/android_sdk
API_KEY=sk-proj-XXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXX_XXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXX- Build the app APK
./gradlew app:assemble- Install the application either as debug or release version
- For the debug Sdk type:
# Install debug sdk
adb install -r app/build/outputs/apk/debug/app-debug.apk