Skip to content

Repository files navigation

MintMist

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.

Included Games

  • CatchFish
  • In the Hallway (JumperJack)
  • Escape from Hands (TrapHands)
  • Providence — hidden content

Features

  • 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

Technology

  • Python
  • Kivy
  • Buildozer
  • Android

Project Structure

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.

Run on PC

Install the required Python packages and run:

python main.py

Android

MintMist 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.

Status

MintMist is under development.

The four-game integration, Android debug build, release build, and APK signing workflow have been confirmed.

License

This project is released under the MIT License. See LICENSE for details.

Author

LemonWater

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages