March 18, 2026
Tap Tap Revolution: Nerd Edition
Conway's Game of Life, in real life
Real-life Game of Life has fans begging to play, jam, and supersize it
TLDR: A maker built a hands-on Game of Life panel with glowing buttons and a speed knob. Commenters want to play without building, turn it into a music visualizer, scale it to a wall or TV, and begged for a hackable light-up button board—proof that playful, tangible tech gets everyone buzzing.
Conway’s Game of Life just jumped off the screen and onto a glowing grid of clicky buttons—and the internet lost its mind. The maker built a 17×17 panel of light-up switches you can poke to draw patterns, with a speed knob and smart safety tricks so nothing fries. It’s a real-life version of the classic zero-player “watch it evolve” math toy—simple rules, chaotic vibes, and yes, the creator’s own joke about “digital necromancy” is already a meme.
The top mood? “I don’t want to build it, I just want to play with it.” One commenter basically asked for a rental hour, while another dreamed bigger: turn it into a music light show for the LinnStrument. The scale wars erupted too—someone flexed that their school has a jumbo BioWall, sparking a “make it wall-sized vs keep it coffee-table cute” showdown. Practical tinkerers demanded a hackable board of multicolor light-up buttons for making their own games, while the dreamers asked: what if every pixel on a TV became a cell?
Meanwhile, the commentariat roasted the budget confession—“What do you mean, college savings?”—with jokes about wallets dying of overpopulation. Verdict: the build is art, the buttons are irresistible, and the crowd wants to jam, borrow, or blow it up to living-room size, preferably all at once.
Key Points
- •A 17×17 grid of NKK JB15LPF-JF illuminated switches implements an interactive hardware Conway’s Game of Life.
- •A Microchip AVR128DA64 MCU multiplexes rows/columns (1/17 duty cycle), requiring higher LED current for brightness.
- •Per-LED current is limited by 20 Ω resistors to ~150 mA from 5 V; a fully lit row can draw ~2.5 A.
- •MOSFETs (DMN2056U for rows, DMG2301L for columns) handle currents beyond MCU capabilities.
- •Firmware decouples display refresh from logic and uses a watchdog (~15 ms) to prevent LED overcurrent and ensure robustness; a 10 kΩ Vishay potentiometer controls 0–~10 Hz update rate, and keypresses pause logic for two seconds.