MintMist is an integrated Android game application built with Python and Kivy.
It brings multiple independently developed games together under a single launcher and includes hidden content unlocked through progression.
- CatchFish
- In the Hallway (JumperJack)
- Escape from Hands (TrapHands)
- Providence — hidden content
- Integrated launcher for multiple games
- Opening and menu sequences
- Individual game host modules
- Save and progression management
- Hidden-content unlock flow
- Settings screen
- Android touch controls
- Original visual assets
- Android APK build support with Buildozer
- Python
- Kivy
- Buildozer
- Android
MintMist/
├── main.py
├── opening.py
├── menu.py
├── save_manager.py
├── setting_menu.py
├── unlock_flow.py
├── catchfish_host.py
├── jumperjack_host.py
├── traphands_host.py
├── providence_host.py
├── games/
├── mintmist_assets/
├── buildozer.spec
├── README.md
├── AFTERWORD.md
├── LICENSE
└── .gitignore
The exact internal structure may change as development continues.
Install the required Python packages and run:
python main.pyMintMist can be packaged for Android using Buildozer.
The current build has been tested on Android 10.
Signed APK files should be distributed through GitHub Releases rather than committed directly to the repository.
MintMist is under development.
The four-game integration, Android debug build, release build, and APK signing workflow have been confirmed.
This project is released under the MIT License. See LICENSE for details.
LemonWater