Game review

Idle Merchant Guild

7.1 / 10

Developer
Ayuu
Publisher
Independent
Released
1 January 2023
Platforms
Web browser (desktop and mobile)
Genre
Idle/Incremental
Monetisation
Free, open source, no ads and no in-game purchases
Players
Single-player only

The short version

Idle Merchant Guild builds its entire interface out of the most boring possible ingredients — plain HTML buttons, a native dropdown, a text input — and that turns out to be exactly the right call for a phone. Founding a guild base, naming it, picking its climate, and queueing up a lumbermill were all confirmed working end to end through real simulated touch, tab navigation included, with nothing that needed a mouse to reach. It's a fairly conventional 13th-century trading-and-building idle game underneath — multiple resource chains, timed production, a market to trade in — competent rather than distinctive, in plain dark styling that won't win any visual awards. But the one thing this shelf actually tests for, it earns cleanly.

Biggest strengths

  • "The full new-base flow was played end to end via real touch: tapping to start, focusing and typing into the name field via simulated keystrokes, selecting a climate from a native dropdown, and tapping Submit all worked correctly on the first representative attempt, with gold correctly deducted and a base screen correctly displayed afterward"
  • Tab navigation (Info/Building/Market) and in-tab interaction (selecting a building card) were both confirmed responding correctly to taps, not just the top-level menu
  • Every interactive element across the codebase is a plain DOM button, native select, or text input wired via onclick/onchange — there is no canvas hit-testing or keyboard-only shortcut anywhere for touch to fall short of

Biggest weaknesses

  • Presentation is bare-bones: black background, plain white text, default form controls, and emoji standing in for icons throughout. Functional and legible, but there's nothing here that looks considered beyond "get the numbers on screen"
  • A fairly standard resource-and-timer idle loop (lumbermill, stonemason, farms feeding a market) with a medieval-guild coat of paint; nothing about the mechanics themselves stakes out new territory in a genre with a lot of entries
  • As a js13k entry, the long-term progression curve that idle games live or die on couldn't be fully assessed in this review's play window; the early game is competent but unremarkable, and whether the numbers stay interesting many hours in is an open question

Who it's for: Idle-game players who want something they can genuinely run from a phone, not just view on one

Our recommendation: A solid, unglamorous pick — worth it specifically because the touch experience has no rough edges anywhere this review could find

7.1 / 10

There's a quiet lesson in Idle Merchant Guild for anything trying to earn a spot on a shelf built around touchscreens: sometimes the most reliable way to support touch is to not do anything clever at all. Every interaction here — starting a game, naming a base, picking its climate, queuing up a building, switching tabs — runs through ordinary HTML buttons, a native <select>, and a plain text input. None of that needs a bespoke touch layer, because browsers have handled taps on form controls correctly for over a decade. The trick is simply not overriding that with a canvas or a hover-dependent menu, and this game doesn't.

Played, not assumed

That claim was tested rather than taken on the strength of the source code looking reasonable. Starting from the title screen, a full base-founding flow was carried out with real simulated touch and keystrokes: tapping "Start a new game," tapping into the name field and typing a name letter by letter, selecting a climate from the dropdown, and tapping Submit. Every step produced the correct result — the guild's gold correctly dropped from 5000 to 2500 for the climate's cost, and the interface moved cleanly into a base management screen with Info, Building, and Market tabs. From there, tapping over to the Building tab and selecting the Lumbermill card registered correctly too, highlighting the selected building exactly as a mouse click would. Nothing broke, nothing needed a second attempt, and nothing required falling back to a workaround.

What's underneath is fine, not exciting

Once inside, the game is a fairly standard production-chain idle game: a lumbermill and stonemason gather raw materials on short timers, rice and wheat farms take longer and cost more, and presumably a market (visible as its own tab, not fully explored in this pass) lets you trade the results. It's a real, structured system rather than a shallow proof-of-concept, but a 13th-century trading guild theme over resource-and-timer mechanics is well-trodden ground, and the presentation — plain black backgrounds, default form styling, emoji for icons — does nothing to dress it up. This is a game to play for the loop, not to look at.

Should you play it

Yes, if a competent idle game that actually respects a phone is what you're after. It won't surprise you visually or mechanically, but every button does what it says it will, on the exact device this shelf is built to serve, and that's worth more than it sounds like on paper.

Pros and cons

Pros

  • "The full new-base flow was played end to end via real touch: tapping to start, focusing and typing into the name field via simulated keystrokes, selecting a climate from a native dropdown, and tapping Submit all worked correctly on the first representative attempt, with gold correctly deducted and a base screen correctly displayed afterward"
  • Tab navigation (Info/Building/Market) and in-tab interaction (selecting a building card) were both confirmed responding correctly to taps, not just the top-level menu
  • Every interactive element across the codebase is a plain DOM button, native select, or text input wired via onclick/onchange — there is no canvas hit-testing or keyboard-only shortcut anywhere for touch to fall short of
  • Loads cleanly with zero console or page errors on both device profiles tested, and ships with no analytics or third-party trackers
  • Clean MIT licence with clear attribution

Cons

  • Presentation is bare-bones: black background, plain white text, default form controls, and emoji standing in for icons throughout. Functional and legible, but there's nothing here that looks considered beyond "get the numbers on screen"
  • A fairly standard resource-and-timer idle loop (lumbermill, stonemason, farms feeding a market) with a medieval-guild coat of paint; nothing about the mechanics themselves stakes out new territory in a genre with a lot of entries
  • As a js13k entry, the long-term progression curve that idle games live or die on couldn't be fully assessed in this review's play window; the early game is competent but unremarkable, and whether the numbers stay interesting many hours in is an open question

Category scores

Category scores are the reviewer's read on each area. They inform the overall score but do not average into it — the number at the top of the page is a judgement, not a calculation.

  • Gameplay 6.5 / 10
  • Visuals 5.5 / 10
  • Value 7.5 / 10
  • Originality 5.5 / 10
  • Replayability 6 / 10
  • Controls 8.5 / 10