# Epic Plane Evolution Mod

*Published:* 2026-05-28
*Author:* Mitja Rutnik

.bfak-am{
  --bg:#FFFFFF;--ink:#0E1A1A;--muted:#4B5C5B;--accent:#1F3837;--surface:rgba(46, 74, 71, 0.04);
  --sans:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  --serif:'Source Serif Pro','Source Serif 4',Georgia,serif;
  --mono:'JetBrains Mono',ui-monospace,Menlo,Monaco,monospace;
  color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;font-weight:400;
  max-width:720px;margin:0 auto;container-type:inline-size;
}
.bfak-am *{box-sizing:border-box;}
.bfak-am a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.bfak-am a:hover{text-decoration-thickness:2px;}
.bfak-am code{font-family:var(--mono);font-size:.875em;color:var(--ink);}
.bfak-am-edu{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 24px;}
.bfak-am-hero{margin:0 0 48px;}
.bfak-am-hero-name{font-family:var(--serif);font-size:40px;line-height:1.1;font-weight:500;letter-spacing:-.02em;color:var(--ink);margin:0 0 8px;}
.bfak-am-hero-name em{font-style:italic;color:var(--accent);}
.bfak-am-hero-meta{font-size:14px;color:var(--muted);margin:0 0 16px;font-weight:400;}
.bfak-am-hero-meta strong{color:var(--ink);font-weight:500;}
.bfak-am-hero-value{font-size:20px;line-height:1.45;color:var(--ink);margin:0 0 24px;font-weight:400;}
.bfak-am-h2{font-family:var(--serif);font-size:28px;line-height:1.2;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:64px 0 24px;}
.bfak-am-h2:first-child{margin-top:0;}
.bfak-am-h2 em{font-style:italic;color:var(--accent);}
.bfak-am p{margin:0 0 16px;font-size:16px;line-height:1.55;color:var(--ink);}
.bfak-am p:last-child{margin-bottom:0;}
.bfak-am-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:32px 0 0;border-top:1px solid rgba(28,43,42,0.08);padding-top:24px;}
.bfak-am-stat-label{font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--muted);margin:0 0 6px;}
.bfak-am-stat-value{font-family:var(--serif);font-size:24px;font-weight:500;color:var(--ink);line-height:1.1;}
.bfak-am-stat-value em{font-style:italic;color:var(--accent);}
@container (max-width:480px){.bfak-am-stats{grid-template-columns:repeat(2,1fr);}}
.bfak-am-screens{margin:32px 0;}
.bfak-am-screens img{display:block;width:100%;height:auto;border-radius:8px;}
.bfak-am-screens-caption{font-size:13px;color:var(--muted);text-align:center;margin:12px 0 0;font-style:italic;font-family:var(--serif);}
.bfak-am-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px 24px;margin:0;}
.bfak-am-feature-icon{color:var(--accent);margin:0 0 12px;}
.bfak-am-feature-icon svg{width:20px;height:20px;display:block;}
.bfak-am-feature-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 4px;line-height:1.25;}
.bfak-am-feature-text{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-am-info{display:grid;grid-template-columns:140px 1fr;gap:12px 24px;margin:0;font-size:16px;}
.bfak-am-info dt{font-size:14px;color:var(--muted);font-weight:400;margin:0;}
.bfak-am-info dd{font-size:16px;color:var(--ink);margin:0;}
@container (max-width:480px){.bfak-am-info{grid-template-columns:1fr;gap:4px;}.bfak-am-info dt{margin-top:12px;}.bfak-am-info dt:first-child{margin-top:0;}}
.bfak-am-mod-list{list-style:none;padding:0;margin:0;}
.bfak-am-mod-list li{margin:0 0 24px;}
.bfak-am-mod-list li:last-child{margin-bottom:0;}
.bfak-am-mod-list strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-am-mod-list p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-am-steps{list-style:none;padding:0;margin:0;counter-reset:step;}
.bfak-am-steps li{counter-increment:step;display:grid;grid-template-columns:32px 1fr;gap:16px;margin:0 0 24px;}
.bfak-am-steps li:last-child{margin-bottom:0;}
.bfak-am-steps li::before{content:counter(step) ".";font-family:var(--serif);font-size:20px;font-weight:500;color:var(--muted);line-height:1.25;}
.bfak-am-steps strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-am-steps p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-am-news{list-style:disc;padding:0 0 0 20px;margin:0;}
.bfak-am-news li{font-size:16px;line-height:1.55;color:var(--ink);margin:0 0 8px;}
.bfak-am-news li:last-child{margin-bottom:0;}
.bfak-am-news li::marker{color:var(--muted);}
.bfak-am-faq dt{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 8px;line-height:1.3;}
.bfak-am-faq dt:not(:first-of-type){margin-top:32px;}
.bfak-am-faq dd{font-size:16px;line-height:1.55;color:var(--ink);margin:0;}
.bfak-am-related{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:0;}
.bfak-am-related a{display:block;padding:16px 0;border-top:1px solid rgba(28,43,42,0.08);text-decoration:none;color:var(--ink);}
.bfak-am-related a:hover{color:var(--accent);}
.bfak-am-related-eyebrow{font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--muted);margin:0 0 6px;}
.bfak-am-related-title{font-family:var(--serif);font-size:18px;font-weight:500;line-height:1.25;margin:0;}
.bfak-am-disclaimer{margin:64px 0 0;}
.bfak-am-disclaimer-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;}
.bfak-am-disclaimer p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 12px;}
.bfak-am-disclaimer p:last-child{margin-bottom:0;}
.bfak-am-disclaimer a{color:var(--muted);text-decoration:underline;}
.bfak-am-disclaimer a:hover{color:var(--accent);}
.bfak-am.in-view-host .bfak-am-edu,
.bfak-am.in-view-host .bfak-am-hero,
.bfak-am.in-view-host .bfak-am-h2,
.bfak-am.in-view-host .bfak-am-screens,
.bfak-am.in-view-host .bfak-am-disclaimer{opacity:0;transform:translateY(12px);transition:opacity 600ms cubic-bezier(0.16,1,0.3,1),transform 600ms cubic-bezier(0.16,1,0.3,1);}
.bfak-am.in-view-host.in-view .bfak-am-edu,
.bfak-am.in-view-host.in-view .bfak-am-hero,
.bfak-am.in-view-host.in-view .bfak-am-h2,
.bfak-am.in-view-host.in-view .bfak-am-screens,
.bfak-am.in-view-host.in-view .bfak-am-disclaimer{opacity:1;transform:translateY(0);}
Information for educational purposes only

Epic Plane *Evolution*

Version **1.11.0** · VOODOO · `com.WalkTalk.FlightMaster`

A merger-and-launch idle game where a paper glider grows, fold by fold, into a hypersonic aircraft. Catapult, fly, collect, upgrade, repeat.

 Version1.11.0

Size190 *MB*

Installs10M+

Rating3.9 */ 5*

 

What is *Epic Plane Evolution*
------------------------------

Epic Plane Evolution is an arcade-merger game from VOODOO that loops a single satisfying action: launch a plane from a catapult, watch it fly until it loses momentum, collect every coin on the way down, and reinvest the haul into a stronger aircraft. The starter craft is a paper glider that barely clears the ramp. Forty upgrades later it is a swept-wing jet that crosses entire biomes on one launch.

The hook is the merger mechanic. New plane parts are pulled from gacha-style crates, then dragged onto matching parts already on the workbench. Two identical engines fuse into one stronger engine. Two fuselages fuse into a heavier, faster body. The build screen turns into a small puzzle layer on top of the flight loop, and the math compounds: every upgrade tier doubles flight distance, which doubles coin yield, which buys the next tier faster.

The Google Play build is free and ad-supported, with a coin doubler and a no-ad pass behind in-app purchases. The modded build on this page replaces that economy with unlimited coins, so the entire merger tree is available from launch one.

 ![Epic Plane Evolution gameplay screenshots showing the merger workbench and a plane in flight](https://bestforandroid.com/apk/wp-content/uploads/2026/05/epic-plane-evolution-screenshots.jpg)Three frames from the live game: workbench, mid-flight, biome transition.



Key *features*
--------------



Catapult launch

One-tap launch with a power meter. Time the release for distance bonuses and chain-coin pickups.

 



Merger upgrades

Drag matching parts to fuse them into a stronger tier. Forty merge ranks across wings, body, engine, fuel.

 



Evolving biomes

Green hills, mountain canyons, ocean storms, and futuristic skylines unlock as flight distance grows.

 



Idle income

Coins keep accumulating while you are offline. Catch up on the buyout when you return.

 



Crate drops

In-flight crates and end-run rewards drop random parts. Stack duplicates to climb the merger ladder faster.

 



Daily missions

Rotating challenges for extra coin and crate payouts. Streaks unlock cosmetic plane skins.

 



App *info*
----------

 PublisherVOODOO (modded build) Package ID`com.WalkTalk.FlightMaster` Version1.11.0 UpdatedMay 2026 Size~190 MB [Android](https://bestforandroid.com/ "best android guides") floorAndroid 8.0 and above Architectureuniversal (arm64-v8a, armeabi-v7a) PermissionsStorage, network, vibration CategoryAction / Casual / Idle MergerWhat this *mod* offers
----------------------

The modified build of Epic Plane Evolution 1.11.0 replaces the soft economy with a flat coin ceiling. Everything that the free build rate-limits behind ad views, gem purchases, and timer waits is available immediately.

- **Unlimited coins.**The coin counter never depletes. Every upgrade in the merger tree is affordable from the first run.
- **No forced ad walls.**Interstitial and reward video prompts are stripped from the run-end screen, so the launch-fly-collect loop runs uninterrupted.
- **Crate openings without timers.**The free-build cooldowns on free crates are removed. Open as many as the in-game crate count allows in a single session.
- **All cosmetics accessible.**Cosmetic plane skins, trail effects, and biome themes that the free build gates behind progression are unlocked in the customizer from launch.
- **Offline yield buffed.**The idle-income cap that the free build enforces (a few hours of accumulation) is lifted, so longer breaks return a fuller payout.

How to *install*
----------------

The install follows the standard Android sideload flow. Three taps on most devices if you have already granted “install unknown apps” permission to your file manager.

1. **Download the [APK](https://bestforandroid.com/apk/ "apps apk download") file**Tap the Download Latest Mod APK button on this page. The 190 MB file lands in your default Downloads folder.
2. **Allow installs from this source**Open Settings, search for `Install unknown apps`, find your file manager or browser, and toggle the permission on.
3. **Open the downloaded APK**Tap the file in your Downloads folder. Android’s package installer opens and shows the requested permissions.
4. **Tap Install**Confirm the install. Wait for the progress bar to finish, then tap Open to launch the game.
5. **First-run setup**Skip the welcome offers if they appear. Mod features should activate on the title screen; if not, restart the game once.

What’s new in *1.11.0*
----------------------

- New biome pack: a futuristic city skyline with neon-lit skyscrapers and elevated freeways.
- Three new aircraft tiers added at the top of the merger ladder.
- Performance pass on the catapult physics. Frame pacing on mid-range devices is steadier under heavy particle load.
- Bug fix for offline idle income resetting after a forced app close.
- Compatibility patch for Android 15 and recent One UI builds.

FAQ
---

 Is Epic Plane Evolution free to play? Yes. The official VOODOO build on Google Play is free with rewarded video ads and optional in-app purchases for a coin doubler and a no-ad pass. The modded build on this page is also free; it replaces those purchase paths with unlimited in-game coins. What is the difference between the official version and the modded APK? The official version rate-limits upgrades through coin earnings and ad views. The modded APK on this page removes those rate limits, hands you unlimited coins, and strips the interstitial and rewarded video prompts so the launch-and-fly loop runs without breaks. Will my progress transfer between the two? Not reliably. The modded build is a separate APK install. If you have a Google Play Games save tied to the official build, uninstalling the original and sideloading the mod will not import that save. Use the mod for a clean evaluation slot, not as a continuation of an official save. What Android version do I need? Epic Plane Evolution 1.11.0 requires Android 8.0 (Oreo) or above. The APK is a universal build and runs on both arm64-v8a (64-bit) and armeabi-v7a (32-bit) devices, though 64-bit chipsets handle the particle-heavy biome scenes more smoothly. How big is the download? The Epic Plane Evolution 1.11.0 APK is approximately 190 MB. Allow some extra space for the cached crate animations, biome textures, and save data, which can grow another 50 to 190 MB after a week of regular play.Related apps
------------

 [Mod APK

Minecraft Mod APK

 ](https://bestforandroid.com/apk/minecraft-mod-apk-download/) [Mod APK

Dragon Ball Z Dokkan Battle Mod

 ](https://bestforandroid.com/apk/dragon-ball-z-dokkan-battle-mod/) [Original APK

Pokemon GO Original

 ](https://bestforandroid.com/apk/pokemon-go/) [BFA guide

8 Ball Pool tips and tricks

 ](https://bestforandroid.com/8-ball-pool-tips-tricks/) [BFA guide

Coin Master free spins guide

 ](https://bestforandroid.com/coin-master-free-spins-coins/)

Disclaimer

The modded Epic Plane Evolution APK described above is a community-built variant. It is not published by VOODOO and is not affiliated with or endorsed by the official Epic Plane Evolution team. The information on this page is provided for educational and informational purposes, including for readers in markets where the in-app purchases price beyond local purchasing power and for users evaluating the full merger tree before committing to in-app spending.

If you decide to keep playing Epic Plane Evolution after evaluation, the official Google Play build supports continued development. All app names, trademarks, and logos belong to their respective owners. Rights holders: see our [DMCA process](/apk/dmca/) to request removal.




(function(){
  var hosts = document.querySelectorAll('.bfak-am.in-view-host');
  if(!('IntersectionObserver' in window)){
    hosts.forEach(function(h){h.classList.add('in-view');});
    return;
  }
  var io = new IntersectionObserver(function(entries){
    entries.forEach(function(e){
      if(e.isIntersecting){
        e.target.classList.add('in-view');
        io.unobserve(e.target);
      }
    });
  }, {threshold: 0.15});
  hosts.forEach(function(h){io.observe(h);});
})();

{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[
{"@type":"Question","name":"Is Epic Plane Evolution free to play?","acceptedAnswer":{"@type":"Answer","text":"Yes. The official VOODOO build on Google Play is free with rewarded video ads and optional in-app purchases for a coin doubler and a no-ad pass. The modded build on this page is also free; it replaces those purchase paths with unlimited in-game coins."}},
{"@type":"Question","name":"What is the difference between the official version and the modded APK?","acceptedAnswer":{"@type":"Answer","text":"The official version rate-limits upgrades through coin earnings and ad views. The modded APK on this page removes those rate limits, hands you unlimited coins, and strips the interstitial and rewarded video prompts so the launch-and-fly loop runs without breaks."}},
{"@type":"Question","name":"Will my progress transfer between the two?","acceptedAnswer":{"@type":"Answer","text":"Not reliably. The modded build is a separate APK install. If you have a Google Play Games save tied to the official build, uninstalling the original and sideloading the mod will not import that save. Use the mod for a clean evaluation slot, not as a continuation of an official save."}},
{"@type":"Question","name":"What Android version do I need?","acceptedAnswer":{"@type":"Answer","text":"Epic Plane Evolution 1.11.0 requires Android 8.0 (Oreo) or above. The APK is a universal build and runs on both arm64-v8a (64-bit) and armeabi-v7a (32-bit) devices, though 64-bit chipsets handle the particle-heavy biome scenes more smoothly."}},
{"@type":"Question","name":"How big is the download?","acceptedAnswer":{"@type":"Answer","text":"The Epic Plane Evolution 1.11.0 APK is approximately 190 MB. Allow some extra space for the cached crate animations, biome textures, and save data, which can grow another 50 to 190 MB after a week of regular play."}}
]}