# game-engine-detector-deprecated **Repository Path**: mirrors_cocos-creator/game-engine-detector-deprecated ## Basic Information - **Project Name**: game-engine-detector-deprecated - **Description**: Automatically detect which game engine is an .apk or .ipa using. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-19 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README game-engine-detector ==================== Automatically detect which game engine is an .apk or .ipa using. ## Usage ### For Mac users 1. Put all ipa and apk files to `packages` folder 2. open terminal and enter `game-engine-detector` folder 3. Execute `main.py` ``` $ python2 main.py ``` ### For Windows users 1. Install python2.7 from [python-2.7.6](https://www.python.org/ftp/python/2.7.6/python-2.7.6.msi) 2. Put all ipa and apk files to `packages` folder 3. Open windows commandline tool (cmd.exe), enter `game-engine-detector` folder 4. Execute `main.py` ``` > python main.py ```