<?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: Aaron West</title>
    <description>The latest articles on DEV Community by Aaron West (@muddywoody).</description>
    <link>https://dev.to/muddywoody</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4022825%2Ffc71e4ab-7520-42cd-b29f-741bff55af94.png</url>
      <title>DEV Community: Aaron West</title>
      <link>https://dev.to/muddywoody</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muddywoody"/>
    <language>en</language>
    <item>
      <title>I built a Tetris clone with 9 visual themes and procedurally synthesized sound.</title>
      <dc:creator>Aaron West</dc:creator>
      <pubDate>Thu, 09 Jul 2026 13:13:12 +0000</pubDate>
      <link>https://dev.to/muddywoody/i-built-a-tetris-clone-with-9-visual-themes-and-procedurally-synthesized-sound-d3e</link>
      <guid>https://dev.to/muddywoody/i-built-a-tetris-clone-with-9-visual-themes-and-procedurally-synthesized-sound-d3e</guid>
      <description>&lt;p&gt;Every single sound effect happens in real time. &lt;/p&gt;

&lt;p&gt;TETRIO is at &lt;a href="https://tetrioworld.com" rel="noopener noreferrer"&gt;https://tetrioworld.com&lt;/a&gt;. No install, no dependencies, open index.html and it runs.&lt;/p&gt;

&lt;h1&gt;
  
  
  The pitch in one sentence
&lt;/h1&gt;

&lt;p&gt;A browser Tetris where each block cell is hand-drawn per material theme (glass has specular highlights, metal has brushed grain, plastic has those LEGO-style studs) and all 16 sound effects per theme are synthesized live by Web Audio API.&lt;/p&gt;

&lt;h1&gt;
  
  
  Tech stack
&lt;/h1&gt;

&lt;p&gt;Zero dependencies. No npm, no CDN, no build step. ES modules, private class fields, requestAnimationFrame.&lt;/p&gt;

&lt;p&gt;HTML5 Canvas (320x640, 10x20 grid, 32px cells). Web Audio API for sounds (9 theme modules sharing one interface, strategy pattern). Vercel for static hosting, GA4 for analytics.&lt;/p&gt;

&lt;p&gt;Architecture is SOLID-ish. Board, Piece, Renderer, SoundEngine, Scoring, InputHandler, EffectsEngine each handle one concern. Files under 1,000 lines, functions under 50. Not for purity reasons. It keeps the codebase from turning into a single massive file I'm scared to touch.&lt;/p&gt;

&lt;h1&gt;
  
  
  Come play
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://tetrioworld.com" rel="noopener noreferrer"&gt;https://tetrioworld.com&lt;/a&gt;. No signup, no install. Try glass theme with crystal sound. Or wood with metal. The mismatched combos are half the fun.&lt;/p&gt;

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