<?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: syg737usa</title>
    <description>The latest articles on DEV Community by syg737usa (@syg737usa).</description>
    <link>https://dev.to/syg737usa</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%2F3949029%2F66ef2e45-1f02-4928-b025-12823945aeb0.png</url>
      <title>DEV Community: syg737usa</title>
      <link>https://dev.to/syg737usa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/syg737usa"/>
    <language>en</language>
    <item>
      <title>I Built a Memory Card Game with Claude AI – From Zero to Web Published</title>
      <dc:creator>syg737usa</dc:creator>
      <pubDate>Sun, 24 May 2026 12:37:27 +0000</pubDate>
      <link>https://dev.to/syg737usa/i-built-a-memory-card-game-with-claude-ai-from-zero-to-web-published-1hf6</link>
      <guid>https://dev.to/syg737usa/i-built-a-memory-card-game-with-claude-ai-from-zero-to-web-published-1hf6</guid>
      <description>&lt;p&gt;I had almost no programming experience, but wanted to see if I could build a real game with AI assistance. Here's what I built and how I did it.&lt;/p&gt;

&lt;p&gt;🎮 Play it here: &lt;a href="https://syg737usa.itch.io/memory-game" rel="noopener noreferrer"&gt;https://syg737usa.itch.io/memory-game&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I Built&lt;/p&gt;

&lt;p&gt;A classic Memory (Concentration) card game featuring:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Full 52-card deck with real card images&lt;/li&gt;
&lt;li&gt;CPU opponent with &lt;strong&gt;5 difficulty levels&lt;/strong&gt; (Level 5 is beatable but challenging!)&lt;/li&gt;
&lt;li&gt;12 languages supported (English, Japanese, Chinese, Korean, and more)&lt;/li&gt;
&lt;li&gt;Runs entirely in the browser – no install needed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tech Stack&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML / CSS / JavaScript (learned from scratch)&lt;/li&gt;
&lt;li&gt;Claude AI (coding assistant)&lt;/li&gt;
&lt;li&gt;GitHub Pages (free hosting)&lt;/li&gt;
&lt;li&gt;Itch.io (game publishing)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Journey&lt;/p&gt;

&lt;p&gt;Starting from nothing&lt;br&gt;
I told Claude "I want to build a concentration card game" and we started from a blank HTML file. Claude explained every piece of code as we went.&lt;/p&gt;

&lt;p&gt;Biggest challenge&lt;br&gt;
Cards kept showing only Ace regardless of what was actually flipped. Debugging this with Claude taught me how DOM manipulation actually works in JavaScript.&lt;/p&gt;

&lt;p&gt;Making it look good&lt;br&gt;
Upgraded from plain cards to professional card images, added a casino-style dark green felt background, and used Google Fonts (Cinzel + Raleway) for a polished look.&lt;/p&gt;

&lt;p&gt;CPU AI&lt;br&gt;
Built a memory-based AI that actually remembers cards it has seen. Higher difficulty = better memory + smarter moves. Level 5 intentionally makes mistakes 22% of the time so humans can still win.&lt;/p&gt;

&lt;p&gt;Going live&lt;br&gt;
Learned Git from scratch, pushed to GitHub, enabled GitHub Pages, and published on Itch.io — all in one session.&lt;/p&gt;

&lt;p&gt;What I Learned&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You don't need to know everything to build something real&lt;/li&gt;
&lt;li&gt;AI assistance accelerates learning — but you still need to understand the errors&lt;/li&gt;
&lt;li&gt;The gap between "it works locally" and "it works online" is where real learning happens&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please try!&lt;/p&gt;

&lt;p&gt;🎮 &lt;a href="https://syg737usa.itch.io/memory-game" rel="noopener noreferrer"&gt;https://syg737usa.itch.io/memory-game&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback welcome — especially on the CPU difficulty balance!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
