It was Roadhouse for four days
The idle blues game had its first commit on August 9 as Roadhouse and became Barrelhouse on August 13. Why the old name had to go, why this one won, and why the code still says Roadhouse.
Barrelhouse had its first commit on August 9 under the working title Roadhouse. Four days later it has a real name. The rename round changed no game rule, no arithmetic, no save format and no test. It came now because the work ahead needs a name. Store packaging has no art direction written down yet, so any icon or listing asset made before the name settles is work at risk, and the ad setup asks for an app name that is a chore to change later.
Why not Roadhouse
The word belongs to a film. Road House came out in 1989 and was remade in 2024, and a store or web search for the term returns the movie. No amount of listing work changes that. A word that well known is also close to impossible to hold as a mark.
I kept the look anyway. The visual direction stays 1980s pixel roadhouse, with neon honky tonk, beer signs, denim and chrome.
Why Barrelhouse
It is a blues term twice over. A barrelhouse is a rough drinking establishment with live music, which is the kind of room this game is about, and barrelhouse is also a piano style. The writing in this project is sincere rather than pastiche, so an authentic word mattered. It also keeps the shape of the old name, three syllables with a "house" on the end.
Then the checks, all dated August 13. Steam search returned nothing. Google Play had no game by that name; its three Barrelhouse entries were food and drink apps for a pub and two breweries. The iOS App Store had no game either. I searched the public USPTO register myself, and every live mark I found was beverage or hospitality. That is a search of a public database and nothing more, and the design doc says so in plain words: no legal advice, no claim about infringement. The failure mode it names as realistic is a store takedown after a trademark complaint, and complaints like that come from the same market. None of the holders I found make games.
The Play listing title is "Barrelhouse: Idle Blues RPG". Store search is how a lot of idle games get found, and the name plus genre shape is common because it works. The first half is the part a player says out loud and the only part that can be owned.
The losing names are written down so the argument does not restart. Twelve Bar had the sharpest concept, but a non-musician might read "bar" as a progress bar. Juke Joint is a common noun and the weakest to own. Tip Jar felt too small for where the game ends up. Last Call had the worst trademark position of the lot.
Why the code still says Roadhouse
The rename is player-visible only. The title on screen and the project's display name changed. The assembly, the solution file, the test namespace, the Android package id, the save file name and the repo all kept Roadhouse on purpose.
The assembly is the one that matters most. The test runner shells out to a plain dotnet build, and if the solution's base name stops matching the project file, that build aborts and every engine-backed test goes absent instead of failing. The project notes list that trap because it has been hit once. Renaming the assembly buys nothing a player can see and reopens it.
The save file was an easy call. Renaming it would orphan every existing save, including the live one on my phone, for nothing observable. The package id only surfaces in a store URL, and players see the listing name.
It also meant the docs could not get a find and replace. Most places "Roadhouse" appears in the documents, it names the code, and those are the strings the rename protects. Each occurrence got judged by hand.
The same day, the art direction locked around the new name. The barrelhouse is literal. Small creatures, insects mostly, play touring venues built inside actual barrels. The rule that comes with it is that the creatures never acknowledge being creatures.
