Alvations ships Hallway 8, a memory game built with Claude Code
TL;DR
- Hallway 8 is a browser-based memory game where players move through identical-seeming loops and must detect subtle changes to escape.
- It was built by developer alvations (Melon Lab) in collaboration with Anthropic's Claude Code agent, with alvations retaining code and content ownership.
- The Space ships with three arcs (Hallway 8, Stairway 8, Coach 8) and eight language translations, deployed as a single-worker Docker Space.
A quiet browser game landed on Hugging Face this week that is worth a moment, less for the game itself than for how it got made. It is called 8, hosted at the Space hallway8, and it is a small atmospheric puzzle about doubt and perception. You move through spaces that look identical each loop. You choose to go on if you think nothing has changed, or turn back if you think something did. Reach the eighth loop without contradicting your own memory and you escape.
The mechanic is more careful than it sounds. The prose rotates in wording every loop, so you cannot memorize a paragraph and pattern-match on it. You have to remember meaning. Only one detail occasionally changes for real, and the rest is your own doubt. The game ships with three arcs, each with its own vocabulary and visual skin: a locked building corridor called Hallway 8, a stairway descending eight flights, and Coach 8, a night train that never reaches its final carriage.
What makes this an AI story rather than an indie games story is who built it. The Space's README credits alvations, described as a human developer at Melon Lab, working in collaboration with Anthropic's Claude Code agent. The README also states that the code and all content belong to alvations and that Anthropic claims no ownership. The output is not a scratch repo. It is a running Docker Space with eight language translations, listed in the README as English, German, French, Portuguese, Japanese, Korean, Simplified Chinese and Vietnamese, plus an achievements system and browser-local persistence so nothing is saved on the server.
The honest caveat is that the README does not say how much of the code the agent wrote, how long the build took, or how the translations were produced. Take the framing as the project's own docs state it. There is also a real engineering constraint: the game requires single-worker deployment to keep game state, so this is not a template you can lift and scale.
The forward-looking angle is the interesting one. Small, atmospheric, multilingual content used to be exactly the kind of solo project that stalled at the second language or the third feature. If more projects at this level of polish ship out of one-person teams working with a coding agent, the floor for what a hobby build looks like moves up.
Shared on Bluesky by 1 AI expert
-
I can't believe instead of being at @aclmeeting.bsky.social, I've released huggingface.co/spaces/alvat... #melonlab #sixseven
View on Bluesky →
Originally reported by huggingface.co
Read the original article →Original headline: 8 - a Hugging Face Space by alvations