Game Dev · Hardware
A sequence-based memory game built in two forms: a custom-etched and soldered PCB console with microcontroller, LEDs, and tactile buttons, and a browser-playable Python application.
Overview
The game presents a growing sequence of color flashes and asks the player to repeat the pattern correctly. Each successful round adds one more step to the sequence, making it progressively more demanding.
The physical version uses a custom PCB with a microcontroller driving LEDs and reading tactile button inputs. The software version is a Python / PyGame app exported for the web.
Highlights