Analysis updated 2026-05-18
Run the Android game Zombie Tsunami natively on a PlayStation Vita you already own.
Learn how a soloader style compatibility layer maps a touchscreen Android game onto Vita hardware.
Study a working example of porting a mobile game to a handheld console for personal, non-commercial use.
| wolffsroom/zombietsunami-vita | blackcoffee2/prome | danusha2345/adrc-betaflight | |
|---|---|---|---|
| Stars | 5 | 5 | 5 |
| Language | C | C | C |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a legally owned copy of the exact supported APK version plus several Vita homebrew plugins.
This project is an unofficial port that brings the mobile game Zombie Tsunami to the PlayStation Vita handheld. It works the same way as similar ports from the same author: the original Android app executable is loaded straight into the Vita's memory and wrapped in a compatibility layer that lets it run natively, without recompiling the original game. The port itself contains no game assets. Players must supply their own legally obtained copy of a specific supported version of the Android app, and a companion patcher checks the file against a known size and checksum before generating Vita ready game data. Installing it takes two steps. A Windows patcher program processes the user's own app file and produces a folder of formatted game data, and then the user installs a small Vita application and copies that generated folder onto the console's storage. A handful of system plugins are also required beforehand, and the README walks through installing each one in order. Because Zombie Tsunami is a touchscreen mobile game, the Vita port keeps everything controlled through the touchscreen rather than mapping actions to physical buttons, aside from a couple of controls used to pause. The README notes one known issue: certain in game screens, such as the Starter Pack promotion that originally linked to the Google Play store, can cause the game to freeze. The project is built on the same open source soloader-boilerplate and VitaGL graphics library used across this author's other Vita ports, and the author states that AI tools helped analyze the original app and troubleshoot compatibility during development. It is offered as a free, non-commercial hobby project for people who already own the game.
An unofficial patcher and loader that lets you play the mobile game Zombie Tsunami on a PlayStation Vita using your own legally owned copy.
Mainly C. The stack also includes C, VitaSDK, VitaGL.
The loader code is MIT licensed, but you must supply your own legally purchased copy of the game itself.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.