What is Text Invaders?
Text Invaders is an ASCII-style browser game built with the Pretext layout library. It turns live text into destructible enemies and recomputes layout as the battlefield changes.
Shoot words, break layout, and watch the battlefield reflow in real time. Text Invaders is the flagship game on the Pretext platform.
About Text Invaders
Text Invaders is the flagship Pretext game. It reimagines a Space Invaders-style structure as a text-driven browser experience where words become enemies, collisions break layout, and reflow becomes part of the action.
How It Works
FAQ
Text Invaders is an ASCII-style browser game built with the Pretext layout library. It turns live text into destructible enemies and recomputes layout as the battlefield changes.
Text Invaders uses Pretext to prepare multiline text, position text segments, and support the layout logic that makes dynamic reflow possible during gameplay.
No. Text Invaders is one game on the broader Pretext platform, which currently also includes Text Pong and Text MDR and can expand to more text-native experiences over time.
The official open source library is available at chenglou/pretext on GitHub, while this page focuses on one playable application of that technology.