
Linux Bash Terminal Simulator
Evaluates models' ability to build a functional Linux bash session simulator
Prompt
[short prompt] Build a Linux bash terminal simulator in a single HTML file (no dependencies). It should feel like a real terminal: realistic look, working commands, in-memory filesystem, command history, proper input focus behavior. And add some game.
A system prompt was added to support web rendering
Answer guidance
Good answer infers unstated details: realistic terminal look, standard bash commands, working in-memory filesystem, command history, and correct focus/blur handling (click in = focus/cursor blinks, click out = blur, click back = resumes correctly without losing input). Note how much of this the model figured out on its own vs. skipped.
Response not available