<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Harshi</title>
    <description>The latest articles on DEV Community by Harshi (@harshi_dev_121).</description>
    <link>https://dev.to/harshi_dev_121</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3950923%2Faeba5cd5-3976-4cdc-b416-c2b028ee5142.png</url>
      <title>DEV Community: Harshi</title>
      <link>https://dev.to/harshi_dev_121</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harshi_dev_121"/>
    <language>en</language>
    <item>
      <title>I built a daily Wordle-style game for AI tools - Here's how</title>
      <dc:creator>Harshi</dc:creator>
      <pubDate>Mon, 25 May 2026 15:07:50 +0000</pubDate>
      <link>https://dev.to/harshi_dev_121/i-built-a-daily-wordle-style-game-for-ai-tools-heres-how-3php</link>
      <guid>https://dev.to/harshi_dev_121/i-built-a-daily-wordle-style-game-for-ai-tools-heres-how-3php</guid>
      <description>&lt;p&gt;Over the last year, I kept discovering new AI tools almost every week.&lt;/p&gt;

&lt;p&gt;Some were genuinely impressive.&lt;br&gt;
Some felt completely futuristic.&lt;br&gt;
And eventually&lt;/p&gt;

&lt;p&gt;I started getting AI tool fatigue.&lt;/p&gt;

&lt;p&gt;Every day there was:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;another AI startup&lt;/li&gt;
&lt;li&gt;another “top 50 tools” thread&lt;/li&gt;
&lt;li&gt;another product launch&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It started feeling less fun and more overwhelming.&lt;/p&gt;

&lt;p&gt;Then one thought stuck with me:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Why can’t discovering tools be fun?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That idea sat in my notes for almost a year.&lt;/p&gt;

&lt;p&gt;Last month, I finally decided to build it. Decided to build even if no one plays it.&lt;/p&gt;

&lt;p&gt;So I made &lt;strong&gt;FiveClues&lt;/strong&gt; — a daily fun game where you guess an AI tool from 5 progressive clues.&lt;/p&gt;

&lt;p&gt;Kind of like Wordle, but for AI products.&lt;/p&gt;

&lt;p&gt;Every day:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;you get one AI tool&lt;/li&gt;
&lt;li&gt;clues unlock one by one&lt;/li&gt;
&lt;li&gt;you try to guess it as early as possible&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 fiveclues.live&lt;/p&gt;

&lt;h2&gt;
  
  
  How I built it
&lt;/h2&gt;

&lt;p&gt;I mostly wanted this project to help me learn AI-assisted development workflows.&lt;/p&gt;

&lt;p&gt;So I used:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;ChatGPT&lt;/strong&gt; for generating project docs like PRD, user journey&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dribble&lt;/strong&gt; for UX inspiration&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bolt&lt;/strong&gt; for quickly building and iterating on the UI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cursor&lt;/strong&gt; for backend logic, debugging, and refactors&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The interesting part was learning:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how to prompt properly&lt;/li&gt;
&lt;li&gt;how to review AI-generated code&lt;/li&gt;
&lt;li&gt;how to break features into smaller tasks&lt;/li&gt;
&lt;li&gt;how to iterate quickly without overengineering&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  One thing I learned quickly
&lt;/h2&gt;

&lt;p&gt;The first version was too hard 😅&lt;/p&gt;

&lt;p&gt;People either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;instantly knew the tool&lt;/li&gt;
&lt;li&gt;or had absolutely no idea&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So after feedback, I added:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;progressive letter hints&lt;/li&gt;
&lt;li&gt;better clue pacing&lt;/li&gt;
&lt;li&gt;more encouraging result messages&lt;/li&gt;
&lt;li&gt;learning-focused reveal screens&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That changed the feel of the game completely.&lt;/p&gt;

&lt;p&gt;I realized the goal wasn’t:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“make it difficult”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It was:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“make discovering AI tools enjoyable.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  What surprised me
&lt;/h2&gt;

&lt;p&gt;I originally built FiveClues because &lt;em&gt;I&lt;/em&gt; wanted to play it. &lt;/p&gt;

&lt;p&gt;But while testing it, I realized:&lt;br&gt;
guessing AI tools is actually a pretty fun way to learn them.&lt;/p&gt;

&lt;p&gt;A few people started playing it daily almost immediately. Seeing people share their results made the idea feel real pretty quickly.&lt;/p&gt;

&lt;p&gt;You start recognizing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;categories&lt;/li&gt;
&lt;li&gt;trends&lt;/li&gt;
&lt;li&gt;famous products&lt;/li&gt;
&lt;li&gt;internet culture around AI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;without scrolling through another giant AI tools directory.&lt;/p&gt;

&lt;p&gt;If you’re into AI tools, internet products, or daily puzzle games:&lt;/p&gt;

&lt;p&gt;👉 fiveclues.live&lt;/p&gt;

&lt;p&gt;If you try it, I’d genuinely love feedback.&lt;/p&gt;

&lt;p&gt;Especially around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;clue difficulty&lt;/li&gt;
&lt;li&gt;hint system&lt;/li&gt;
&lt;li&gt;result screen&lt;/li&gt;
&lt;li&gt;whether an archive mode would make it more fun&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Still iterating on the game daily.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>gamechallenge</category>
      <category>deved</category>
    </item>
  </channel>
</rss>
