Educational Android mobile game about the history of Indonesia for thesis project. Currently only has 4 levels (1 question/level) and 4 mini puzzles. The mini puzzles are:
- 8-sliding puzzle
- Pigpen cipher
- Guess the number
- Button order
- Flutter 3.19.3
- Dart 3.3.1
- Flame 1.16.0
- Minimum Android SDK: API 19
- Download the APK file here.
- Open and install the app from the downloaded APK file (if prompted, allow access to install).
- Download and setup the previously specified Flutter version (may use the latest version but is prone to unexpected errors) from the official website.
- Clone this project's repository.
- Open a command-line interface in the root folder of this project.
- Get all package dependencies by running this command.
flutter pub get
- Build the APK by running this command.
flutter build apk
- Open the APK file in an Android device and install the app from the APK file (if prompted, allow access to install).