Skip to content

jonathan-hildebrandt/mix-it

 
 

Repository files navigation

MixIt

Android Java

🧭 Overview

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.

🚀 Features

✅ 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)

⚙️ Installation

🔎 Prerequisites

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

🎯 Process

  1. Clone the repository to your local machine. Open a terminal of your choice and type:
git clone https://github.com/KuerbisKuchen02/MixIt.git
  1. Add an android SDK and OpenAI key in a file named local.properties in 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
  1. Build the app APK
./gradlew app:assemble
  1. 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

About

A native Android game where you combine the 4 elements to unlock endless new creations, inspired by the "Infinite Craft" game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%