git404hub

what is zombietsunami-vita fr?

wolffsroom/zombietsunami-vita — explained in plain English

Analysis updated 2026-05-18

5CAudience · generalComplexity · 3/5Setup · moderate

tl;dr

An unofficial patcher and loader that lets you play the mobile game Zombie Tsunami on a PlayStation Vita using your own legally owned copy.

vibe map

mindmap
  root((Zombie Tsunami Vita Port))
    What it does
      Loads Android game on Vita
      Compatibility layer
      No game data included
    Tech stack
      C
      VitaSDK
      VitaGL
    Use cases
      Play the game on Vita hardware
      Study soloader porting technique
      Personal non-commercial use
    Audience
      Vita homebrew hobbyists
    Requirements
      Legally owned APK
      Vita homebrew plugins

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Run the Android game Zombie Tsunami natively on a PlayStation Vita you already own.

VIBE 2

Learn how a soloader style compatibility layer maps a touchscreen Android game onto Vita hardware.

VIBE 3

Study a working example of porting a mobile game to a handheld console for personal, non-commercial use.

what's the stack?

CVitaSDKVitaGLCMake

how it stacks up fr

wolffsroom/zombietsunami-vitablackcoffee2/promedanusha2345/adrc-betaflight
Stars555
LanguageCCC
Setup difficultymoderatemoderatehard
Complexity3/54/54/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 1h+

Requires a legally owned copy of the exact supported APK version plus several Vita homebrew plugins.

The loader code is MIT licensed, but you must supply your own legally purchased copy of the game itself.

in plain english

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.

prompts (copy fr)

prompt 1
Walk me through the steps to patch my legally owned Zombie Tsunami APK using this repo's patcher.
prompt 2
Explain how the soloader-boilerplate approach lets a touchscreen Android game run on a PS Vita.
prompt 3
What Vita system plugins do I need before installing this port, and how do I install them?
prompt 4
Help me set up VitaSDK so I can build this project's Vita application from source.

Frequently asked questions

what is zombietsunami-vita fr?

An unofficial patcher and loader that lets you play the mobile game Zombie Tsunami on a PlayStation Vita using your own legally owned copy.

What language is zombietsunami-vita written in?

Mainly C. The stack also includes C, VitaSDK, VitaGL.

What license does zombietsunami-vita use?

The loader code is MIT licensed, but you must supply your own legally purchased copy of the game itself.

How hard is zombietsunami-vita to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is zombietsunami-vita for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.