Software Engineers Wire a Fully Mapped Fruit Fly Brain to Play Doom and Super Mario 64
Days after Google Research published the complete neural wiring diagram of an adult male fruit fly, developers have transformed the biological dataset into a software model capable of playing classic video games.
By Xia Wu
- Computational Neuroscientists
- View the connectome as a static anatomical map for studying disease, warning against treating it as a living simulation.
- Software Engineers
- Treat the biological dataset as a novel neural network architecture for machine learning and software testing.
- AI Skeptics
- Argue that running a brain map through video games using AI-generated code produces messy data rather than scientific insight.
Perspectives this story doesn't cover
- Biologists studying living fruit fly behavior
- Google Research core team members
Key terms
- Connectome
- A comprehensive map of neural connections in a brain, often described as a wiring diagram of a nervous system.
- MaleCNS v1.0
- The specific dataset released by Google Research containing the mapped central nervous system of an adult male fruit fly.
- Motor Neuron
- A nerve cell whose primary function is to transmit impulses from the brain or spinal cord to a muscle or gland.
- Dopamine Cell
- A type of neuron that releases dopamine, a chemical heavily involved in reward, motivation, and learning in biological organisms.
- Reinforcement Learning
- A machine learning training method based on rewarding desired behaviors and punishing negative ones.
Key points
- Google Research and HHMI Janelia released MaleCNS v1.0, mapping 166,700 neurons and 125 million synapses of a fruit fly.
- Software engineers immediately wired the dataset to play Doom, Super Mario 64, and Beat Saber.
- The Doom experiment translates game frames into 3,335 brightness signals fed to artificial photoreceptors.
- Simulated damage triggers a 200-millisecond negative pulse to dopamine cells to encourage reinforcement learning.
- The connectome is a static structural map, meaning the digital fly relies on heavy software approximations rather than true biological cognition.
The most detailed map of a biological nervous system ever created is currently trying to survive the first level of a 1993 first-person shooter. On September 3, 2026, Google Research and the HHMI Janelia Research Campus released MaleCNS v1.0, a complete structural map of an adult male fruit fly's brain containing 166,700 neurons and 125 million synaptic connections. Within three days, independent software engineers had wired that biological blueprint into custom software wrappers, forcing the digital connectome to play Doom, Super Mario 64, and Beat Saber.[2][3][5]
The result is a bizarre, high-speed collision between computational neuroscience and gaming culture that proves how quickly open-source biological data can be transformed into a software testbed. The experiment relies on translating game data into simulated biological stimuli. In the Doom setup built by Coinbase software engineer Alex Wormuth, every frame rendered by the game engine is converted into 3,335 brightness signals and 811 color signals.[1][3][7]
These visual inputs are fed directly into the digital model's artificial photoreceptors. From there, the software tracks how the simulated electrical signal cascades through the fly's 11,710 distinct cell types, tracing the route from visual processing to motor response. Specific motor neurons are mapped directly to keyboard inputs.[7]
When the simulated signal reaches the DNp20 motor neuron, the software translates that spike into a command to rotate the player's view. When the DNpe017 neuron fires, the character moves forward and shoots simultaneously. "Each Doom frame stimulates sensory neurons. Neural activity is mapped to game controls. Damage triggers a stimulus to two PPL101 dopamine cells as reinforcement," Wormuth wrote when publishing the open-source repository on September 6.[1][2][3][7]
That dopamine trigger is the crucial variable in the experiment. The connectome itself is just a static map—a wiring diagram of a brain, not a living, thinking entity. To make it "play," the software has to simulate a learning loop. Whenever the Doom marine takes damage from an enemy, Wormuth's code delivers a 200-millisecond negative pulse to the PPL101 cells, which handle punishment and avoidance in a living fruit fly.[4][6][7]
The open question is whether this simulated feedback loop can actually alter the digital pathways enough to teach the model to avoid incoming fire. Early results have been predictably chaotic. A live web interface tracking the Doom experiment showed the digital fly struggling through its first 6,300 rounds, frequently spinning in circles or firing into walls as the simulated network attempted to make sense of the sensory flood.[1][7]
The open question is whether this simulated feedback loop can actually alter the digital pathways enough to teach the model to avoid incoming fire.
Doom is not the only testing ground. Developer Jessica Paquette wired the same 166,700-neuron dataset into Nintendo's Super Mario 64, generating the integration code entirely through the AI assistant GPT Astra. Early footage showed Mario repeatedly jumping into a wall, highlighting the messy early stages of simulated neural training.[1][2][3]
Meanwhile, a developer known as Lyra Bubbles took a different approach with the rhythm game Beat Saber. Instead of dropping the connectome into a live environment, they fed the network replays of a completed song, using reinforcement learning to teach the model where and when to strike the incoming blocks based on historical data.[1]
These gaming experiments are running on top of a monumental scientific achievement. Mapping the Drosophila melanogaster central nervous system required slicing a physical brain into millions of ultra-thin sections, imaging them with electron microscopes, and using AI to trace the tangled web of synapses. It took a decade of work by Google and HHMI Janelia to produce a dataset that researchers hope will unlock new understandings of neurological conditions.[2][4]
Because mapping the estimated 86 billion neurons in a human brain remains technologically impossible, scientists rely on smaller organisms to understand how neural circuits influence behavior. But a digital map is not a living mind, and the gaming community's experiments come with severe biological caveats.[2][5][6]
Google explicitly notes that MaleCNS v1.0 is a structural snapshot, lacking the complex chemical soup of neurotransmitters and hormones that dictate real biological behavior. The Doom and Mario experiments simulate electrical spikes traveling along known paths, but they rely on heavy approximations. A digital fly taking damage in a video game does not feel pain or consciously understand its environment; it merely processes a simulated electrical penalty according to the rules written by a programmer.[4][6]
Still, the speed at which developers turned a landmark biological dataset into a playable software model marks a shift in how neuroscience intersects with computer science. By dropping a mapped biological network into a controlled, high-stakes digital environment, engineers are creating a new kind of sandbox.[3]
The fruit fly connectome may not be self-aware, but as it navigates the pixelated corridors of a 33-year-old game, it is providing a real-time visualization of how biological wiring processes a hostile world. The next milestone will be seeing if the digital fly can finally clear the first level without getting stuck in a corner.[1][3]
Frequently asked
Is a real fruit fly playing the game?
No. Developers are using a digital, 3D map of a fruit fly's brain—called a connectome—and running it through software to simulate how electrical signals would travel through its neural pathways.
Can the digital brain actually learn to play?
It is highly uncertain. While developers have programmed simulated dopamine responses to punish the model when it takes damage, the digital map lacks the complex chemical environment of a living brain required for true biological learning.
Why did Google map a fruit fly brain?
The project aims to provide a foundational wiring diagram for neuroscience. Because mapping the 86 billion neurons in a human brain is currently impossible, scientists use smaller organisms to understand how neural circuits function and how diseases disrupt them.
Why this matters
The rapid gamification of the fruit fly connectome proves that biological datasets are no longer confined to academic labs. By turning a mapped nervous system into a plug-and-play software model, developers are creating a new, highly accessible frontier for testing how biological wiring processes information and learns from failure.
Sources
[1]PC GamerSoftware EngineersAfter Google mapped an adult male fruit fly's brain, software engineers made it play Doom, Mario64, and Beat Saber
Read on PC Gamer →
[2]GizmodoComputational NeuroscientistsNow It's Playing Doom and Super Mario 64
Read on Gizmodo →
[3]TechSpotAI SkepticsGoogle mapped a fruit fly brain, and it's already playing Doom and Super Mario 64
Read on TechSpot →
[4]TheGamerAI SkepticsGoogle mapped every neuron in a male fruit fly. 166,000 neurons, Millions of synapses playing mario 64 using a fly's brain
Read on TheGamer →
[5]Tom's HardwareSoftware EngineersGoogle maps entire brain and central nervous system of adult male fruit fly, software engineers immediately make it run Doom
Read on Tom's Hardware →
[6]NeoteoComputational NeuroscientistsA Fruit Fly Brain Map Now Drives Digital Games
Read on Neoteo →
[7]RetroGemsSoftware EngineersDOOMFLY Or How To Drop A Virtual Fruit Fly Into The Classic FPS
Read on RetroGems →
Comments
More in Gaming & Esports
See all →Display Tech
sRGB vs. Display P3: Quantifying the Gamut Volume Trade-Off and Color Clipping in Gaming Monitors
10 sources
Display Tech
Beyond Grey-to-Grey: How MPRT and VESA ClearMR Actually Measure Display Motion Blur
6 sources
Player Associations
How Player Associations Enforce Minimum Salaries and Working Conditions in Esports
6 sources
Display Tech
Full RGB vs. Limited RGB: Quantifying the Display Mismatch That Ruins Shadow Detail
9 sources
Every angle. Every day.
Get Gaming & Esports stories with full source coverage and perspective breakdowns delivered to your inbox.




