DEV Community

曹雷鸣
曹雷鸣

Posted on

Building a Small Clue-Based Game Finder

I built a small clue-based game finder because a surprisingly common game-search problem is not "I need a top 10 list." It is more like: I remember a short clip, a screenshot, a vehicle, a character, a camera angle, or one mechanic, but I forgot the game name.

The useful part is not guessing wildly. The useful part is turning messy memory into structured clues:

  • platform: Roblox, browser, Steam, mobile, console
  • view: first-person, top-down, side-view, driving camera, puzzle grid
  • loop: survive, collect, build, race, match blocks, extract loot
  • visual clue: UI, character style, map, item, color palette
  • safety check: verify on an official platform or trusted store before clicking random download pages

I put the first version here:

https://games.gewuji.dev/what-game-is-this-finder/

The page is intentionally simple. It does not promise magic image recognition, and it avoids unsafe download or reward claims. The goal is to help a player describe what they remember, narrow the likely category, and then use safer verification paths.

What I would improve next:

  1. more examples by platform
  2. better screenshot clue prompts
  3. related pages for "find game by description" and "find game by screenshot"
  4. a weekly review of Search Console queries to see what people actually ask

Small tools like this are not glamorous, but they are useful when they solve one narrow search problem clearly.

Top comments (0)