# Dead Cells

*Published:* 2026-06-06
*Author:* Mitja Rutnik

Information for educational purposes only


.bfak-dc{--bg:#FFFFFF;--ink:#0E1A1A;--muted:#4B5C5B;--accent:#1F3837;--surface:rgba(46,74,71,.05);--line:rgba(46,74,71,.12);
--sans:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;--serif:'Source Serif Pro',Georgia,'Times New Roman',serif;--mono:'JetBrains Mono',ui-monospace,Menlo,monospace;
color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;max-width:720px;margin:0 auto;container-type:inline-size;}
.bfak-dc *{box-sizing:border-box;}
.bfak-dc a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.bfak-dc a:hover{text-decoration-thickness:2px;}
.bfak-dc code{font-family:var(--mono);font-size:.875em;}
.bfak-dc-hero{display:flex;gap:20px;align-items:center;margin:0 0 12px;}
.bfak-dc-hero img{width:84px;height:84px;border-radius:18px;flex:0 0 auto;box-shadow:0 2px 10px rgba(0,0,0,.08);}
.bfak-dc-hero-name{font-family:var(--serif);font-size:38px;line-height:1.08;font-weight:600;letter-spacing:-.02em;margin:0 0 6px;}
.bfak-dc-hero-name em{font-style:italic;}
.bfak-dc-hero-meta{font-size:14px;color:var(--muted);margin:0;}
.bfak-dc-hero-meta strong{color:var(--ink);font-weight:600;}
.bfak-dc-lede{font-size:20px;line-height:1.45;margin:0 0 8px;}
.bfak-dc h2{font-family:var(--serif);font-size:28px;line-height:1.2;font-weight:600;letter-spacing:-.01em;margin:56px 0 20px;}
.bfak-dc h2 em{font-style:italic;}
.bfak-dc p{margin:0 0 16px;}
.bfak-dc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:0;}
.bfak-dc-stat{background:var(--bg);padding:20px 16px;text-align:center;}
.bfak-dc-stat dt{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 6px;}
.bfak-dc-stat dd{font-family:var(--serif);font-size:22px;font-weight:600;margin:0;color:var(--ink);}
@container (max-width:480px){.bfak-dc-stats{grid-template-columns:repeat(2,1fr);}}
.bfak-dc-shot{width:100%;border-radius:12px;border:1px solid var(--line);margin:0;display:block;}
.bfak-dc-shot-cap{font-size:13px;color:var(--muted);text-align:center;margin:10px 0 0;}
.bfak-dc-checks{list-style:none;padding:0;margin:0;}
.bfak-dc-checks li{position:relative;padding:0 0 0 34px;margin:0 0 20px;}
.bfak-dc-checks li:last-child{margin-bottom:0;}
.bfak-dc-checks li::before{content:"";position:absolute;left:0;top:1px;width:22px;height:22px;border-radius:50%;background:var(--surface);border:1.5px solid var(--accent);}
.bfak-dc-checks li::after{content:"";position:absolute;left:7px;top:7px;width:8px;height:5px;border-left:1.5px solid var(--accent);border-bottom:1.5px solid var(--accent);transform:rotate(-45deg);}
.bfak-dc-checks strong{display:block;font-weight:600;margin:0 0 3px;}
.bfak-dc-checks span{font-size:14px;color:var(--muted);}
.bfak-dc-steps{list-style:none;padding:0;margin:0;counter-reset:s;}
.bfak-dc-steps li{counter-increment:s;display:grid;grid-template-columns:32px 1fr;gap:16px;margin:0 0 20px;}
.bfak-dc-steps li:last-child{margin-bottom:0;}
.bfak-dc-steps li::before{content:counter(s);font-family:var(--serif);font-size:18px;font-weight:600;color:#fff;background:var(--accent);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.bfak-dc-steps strong{display:block;font-weight:600;margin:0 0 3px;}
.bfak-dc-steps span{font-size:14px;color:var(--muted);}
.bfak-dc-cmp{width:100%;border-collapse:collapse;font-size:15px;}
.bfak-dc-cmp th,.bfak-dc-cmp td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);vertical-align:top;}
.bfak-dc-cmp th{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:600;}
.bfak-dc-cmp td:first-child{font-weight:600;}
.bfak-dc-rel{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin:0;padding:0;list-style:none;}
.bfak-dc-rel li{margin:0;}
.bfak-dc-rel a{display:block;padding:16px 18px;border:1px solid var(--line);border-radius:12px;text-decoration:none;color:var(--ink);background:var(--bg);}
.bfak-dc-rel a:hover{border-color:var(--accent);background:var(--surface);}
.bfak-dc-rel .k{display:block;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 4px;}
.bfak-dc-rel .t{font-family:var(--serif);font-size:18px;font-weight:600;}
.bfak-dc-disc{margin:56px 0 0;padding:24px;background:var(--surface);border-radius:12px;}
.bfak-dc-disc-t{font-family:var(--serif);font-size:18px;font-weight:600;margin:0 0 10px;}
.bfak-dc-disc p{font-size:14px;line-height:1.55;color:var(--muted);margin:0;}
.bfak-dc-disc a{color:var(--muted);}
 ![Dead Cells icon](https://bestforandroid.com/apk/wp-content/uploads/2026/05/icon102.jpg)Dead Cells *Mod APK*
====================

Version **3.5.9** · Playdigious · `com.playdigious.deadcells.mobile`

 

 

The award-winning roguelite metroidvania, with the full premium game and every weapon, rune, and biome unlocked from the first run.

Version3.5.9

Size1.76 GB

Installs1M+

Rating4.8



What is *Dead Cells*
--------------------

Dead Cells is a 2D action-platformer that blends two demanding genres: the permadeath runs of a roguelike and the interconnected, ability-gated map of a metroidvania. You play a mass of cells that takes over a dead prisoner’s body and fights its way out of a sprawling, ever-shifting castle. Die and you start over, but you keep the knowledge, the muscle memory, and a handful of permanent upgrades.

The mobile port from Playdigious is the full console game, not a watered-down spin-off. It carries the same hand-drawn pixel art, the same razor-tight combat, and the same brutal difficulty curve that earned the original a reputation as one of the best action games of its generation. Touch controls are built in, and the game also supports external gamepads for players who want console-grade precision.

On Google Play the game is a paid title that costs around nine dollars up front, with extra content packs sold separately. That price wall is the reason many players in cost-restricted markets look for the modded build before deciding whether the full experience is worth buying.



 ![Dead Cells gameplay screenshots](https://bestforandroid.com/apk/wp-content/uploads/2026/05/shots102.jpg) Hand-drawn pixel art, fast melee and ranged combat, and procedurally rebuilt biomes on every run.

What this mod *offers*
----------------------

The modified build of Dead Cells 3.5.9 hands you the complete paid game plus the in-run economy boosts that normally take dozens of hours to grind. The core combat and level design are untouched; only the progression and paywalls change.

- **Full premium game unlocked**No nine-dollar purchase gate. The complete base game is installable straight from the [APK](https://bestforandroid.com/apk/ "apps apk download").
- **Unlimited cells**The currency you spend at the Collector to unlock blueprints is uncapped, so you can buy out the upgrade tree fast.
- **Unlimited money (gold)**In-run gold for shops, rerolls, and the Banker is effectively limitless across every biome.
- **All blueprints and weapons available**The weapon, skill, and mutation pool opens up early instead of unlocking drip by drip.
- **No upsell for content packs**The prompts pushing the paid DLC biomes and bosses are stripped out of the menu flow.
- **Gamepad and touch ready**Both control schemes work out of the box, the same as the official paid release.



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

1. **Download the APK**Tap the download button on this page. The 1.76 GB file lands in your Downloads folder, so use Wi-Fi and check you have the free space.
2. **Allow unknown sources**Open Settings, search for `Install unknown apps`, and grant the permission to your browser or file manager.
3. **Open the file**Tap the APK in Downloads. [Android](https://bestforandroid.com/ "best android guides")’s package installer opens and lists the permissions the game requests.
4. **Tap Install**Confirm and wait for the unpack to finish. Large game packages can take a minute or two on older phones.
5. **Launch and play**Open Dead Cells, pick touch or gamepad controls in the first menu, and start your first run with everything already unlocked.



Mod APK vs *Play Store*
-----------------------

 What you compareMod APKPlay Store  Price to installFreePaid (about $8.99) Cells and goldUnlimitedEarned per run Blueprints and weaponsAll availableUnlocked gradually Automatic updatesManual re-downloadThrough Google Play 

Related Android *games*
-----------------------

If you came for the roguelite grind and the unlock-everything build, these guides and modded games on Best for Android sit in the same lane.

- [Sandbox actionTerraria Mod APK](https://bestforandroid.com/apk/terraria-mod/)
- [Strategy actionStick War Legacy Mod](https://bestforandroid.com/apk/stick-war-legacy-mod/)
- [Roguelike shooterArchero Mod APK](https://bestforandroid.com/apk/archero-mod/)
- [Free rewardsWarframe promo codes](https://bestforandroid.com/warframe-promo-codes/)
- [Gaming guideWoW private servers](https://bestforandroid.com/wow-private-servers/)



The modded Dead Cells APK described here is a community-built variant and is not published by or affiliated with Playdigious or Motion Twin. This page is provided for educational and evaluation purposes, including for readers in markets where the paid game is priced beyond local purchasing power. If you keep playing, buying the official release supports the developers. Trademarks belong to their owners; rights holders can use our [DMCA process](/apk/dmca/) to request removal.


(function(){
  var els=document.querySelectorAll('.bfak-dc');
  if(!('IntersectionObserver' in window)){return;}
  for(var i=0;i<els.length;i++){els.style.opacity='0';els.style.transform='translateY(12px)';els.style.transition='opacity .5s ease, transform .5s ease';}
  var io=new IntersectionObserver(function(entries){
    for(var j=0;j<entries.length;j++){
      if(entries.isIntersecting){var e=entries.target;e.style.opacity='1';e.style.transform='none';io.unobserve(e);}
    }
  },{threshold:0.08});
  for(var k=0;k<els.length;k++){io.observe(els);}
})();

{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Dead Cells Mod APK","operatingSystem":"Android 7.0+","applicationCategory":"GameApplication","offers":{"@type":"Offer","price":"0","priceCurrency":"USD"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.8","ratingCount":"120000"},"author":{"@type":"Organization","name":"Playdigious"},"softwareVersion":"3.5.9"}