<?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: Elizabeth M.</title>
    <description>The latest articles on DEV Community by Elizabeth M. (@lyzy).</description>
    <link>https://dev.to/lyzy</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%2F3476678%2Ffaa1126b-8aa1-406a-8d04-42803a8c1cf5.png</url>
      <title>DEV Community: Elizabeth M.</title>
      <link>https://dev.to/lyzy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lyzy"/>
    <language>en</language>
    <item>
      <title>Building an Interactive Game With Kiro</title>
      <dc:creator>Elizabeth M.</dc:creator>
      <pubDate>Sat, 13 Sep 2025 11:30:18 +0000</pubDate>
      <link>https://dev.to/lyzy/building-an-interactive-game-with-kiro-2khc</link>
      <guid>https://dev.to/lyzy/building-an-interactive-game-with-kiro-2khc</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;When I joined the Code with Kiro Hackathon, I wanted to do something different. I decided to challenge myself to build a game.&lt;/p&gt;

&lt;p&gt;That’s how my idea for a jigsaw puzzle adventure was born. I wanted something fun, a little tricky, and powered by Kiro to help me move fast.&lt;/p&gt;

&lt;h2&gt;
  
  
  Overview
&lt;/h2&gt;

&lt;p&gt;The game built with Python and Pygame, and comes with an enhanced hint system that makes the game more engaging. Instead of the basic “reveal a piece” feature, my puzzle system introduces:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multiple hint types (like ghost outlines or showing where a piece might fit).&lt;/li&gt;
&lt;li&gt;Progressive revelation that adapts as the player struggles.&lt;/li&gt;
&lt;li&gt;Visual feedback to keep players motivated.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The piece borders change color:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Green border = correctly placed.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Yellow border = piece is in hint mode.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Red border = piece currently being dragged.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It makes solving the puzzle both clearer and more rewarding.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started with Kiro
&lt;/h2&gt;

&lt;p&gt;My core idea was:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Build a puzzle game where players drag and drop pieces, and the system helps guide them with hints and feedback.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;From that, Kiro helped me generate a clear project structure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A PuzzleBoard to hold the grid.&lt;/li&gt;
&lt;li&gt;PuzzlePieces with draggable mechanics.&lt;/li&gt;
&lt;li&gt;A HintSystem that controls borders and timing.&lt;/li&gt;
&lt;li&gt;A Score Tracker that updates as pieces are correctly placed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Building a jigsaw puzzle game with Kiro was both fun and rewarding. I loved how Kiro acted like a coding partner, handling the boilerplate while I focused on making the game mechanics creative.&lt;/p&gt;

&lt;p&gt;From the adaptive hints to the border feedback system, I was able to deliver a polished gameplay experience much faster than if I had coded it all solo.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jigsaw-game.onrender.com/" rel="noopener noreferrer"&gt;Try&lt;/a&gt; the web version.&lt;/p&gt;

&lt;p&gt;Thanks to the Kiro team and the hackathon organizers for giving me the push to experiment with game dev.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>kiro</category>
    </item>
  </channel>
</rss>
