<?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>Forem: Disha T</title>
    <description>The latest articles on Forem by Disha T (@disha_t).</description>
    <link>https://forem.com/disha_t</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%2F2572843%2F2cebd1db-165c-468e-9b73-6d27c85b7a2a.png</url>
      <title>Forem: Disha T</title>
      <link>https://forem.com/disha_t</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/disha_t"/>
    <language>en</language>
    <item>
      <title>🐦🐰 I Built Two Games in 4 Hours Using Amazon Q CLI !</title>
      <dc:creator>Disha T</dc:creator>
      <pubDate>Fri, 20 Jun 2025 13:51:57 +0000</pubDate>
      <link>https://forem.com/disha_t/i-built-two-games-in-4-hours-using-amazon-q-cli--24lm</link>
      <guid>https://forem.com/disha_t/i-built-two-games-in-4-hours-using-amazon-q-cli--24lm</guid>
      <description>&lt;h2&gt;
  
  
  🎮 One Prompt, Two Games: My Game Dev Sprint with Amazon Q CLI &amp;amp; Pygame
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🧠 Introduction
&lt;/h3&gt;

&lt;p&gt;during the vacation time I set out on a spontaneous game development sprint—and it turned out to be one of the most productive Four hours I've ever spent building something. Thanks to &lt;strong&gt;Amazon Q Developer CLI&lt;/strong&gt;, I didn’t just create one, but two fully working mini-games:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🐦 A &lt;strong&gt;Flappy Bird clone&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;☕ A &lt;strong&gt;time-management café simulator&lt;/strong&gt; called &lt;strong&gt;Bunny Café&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It was fast, fun, and surprisingly smooth, especially with the help of Amazon Q CLI doing a lot of the heavy lifting in the background.&lt;/p&gt;




&lt;h2&gt;
  
  
  🐤 First Game: Flappy Bird in One Prompt
&lt;/h2&gt;

&lt;p&gt;To test Amazon Q CLI, I started with a basic prompt:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;make a simple flappy bird game using pygame
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And just like that, it generated:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Gravity-based bird movement &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pipes that scroll across the screen &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Collision detection &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Restart logic &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With only minor tweaks to visuals and restart behavior, the game was fully playable.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fezfb1qfcolxec15b74z2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fezfb1qfcolxec15b74z2.png" alt="Image description" width="800" height="235"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff1ekw5qkg64t7mlragqr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff1ekw5qkg64t7mlragqr.png" alt="Image description" width="800" height="91"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Results
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmkh2rugdu3ptwzzmnqjz.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmkh2rugdu3ptwzzmnqjz.gif" alt="Image description" width="384" height="480"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🐰☕ Second Game: Bunny Café – A Time Management Game
&lt;/h2&gt;

&lt;p&gt;After finishing my Flappy Bird game , I decided to push things a bit further. My next idea was a &lt;strong&gt;time-management game&lt;/strong&gt; with a cute twist: a bunny café where bunnies serve &lt;strong&gt;coffee and cake&lt;/strong&gt; to animal customers.&lt;/p&gt;

&lt;p&gt;I called it &lt;strong&gt;"Bunny Café."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This required more complexity:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Customer queueing and order tracking&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Item pickup and delivery&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Timer for customer patience&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Points for correct orders&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🐣 Phase 1: The No-Asset Prototype
&lt;/h2&gt;

&lt;p&gt;To kick things off, I used a basic prompt like before :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Create a pygame food service game where a bunny serves cake and coffee to animal customers. Include timers and point system.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy4l445x27g38x1tbi38p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy4l445x27g38x1tbi38p.png" alt="Image description" width="800" height="197"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Q created a game window with basic rectangles for the bunny, coffee, and cake . Mouse-click based interaction to serve items, point system, Countdown timer and Randomly generated orders.&lt;/p&gt;

&lt;p&gt;so &lt;strong&gt;Basic logic = solid&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Results:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhtwjp3wx1pwdgo2ysi2p.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhtwjp3wx1pwdgo2ysi2p.gif" alt="Image description" width="480" height="426"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🎨 Phase 2: Adding Custom Assets
&lt;/h2&gt;

&lt;p&gt;Once I was happy with the gameplay loop, it was time to add some assets—because what’s a bunny café without a Bunny&lt;/p&gt;

&lt;p&gt;So I added this prompt:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fecg8m4g1j3y53v0fm4lg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fecg8m4g1j3y53v0fm4lg.png" alt="Image description" width="800" height="373"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also about the Art...&lt;/p&gt;

&lt;p&gt;Amazon Q CLI won’t draw your bunny for you (yet 😄), but once you have your images—like the bunny, coffee cup, cake, and background—it totally knows what to do with them. I just dropped my files into an assets/ folder, and Q handled the rest. It even updated the code to load and place them in the game. Super smooth.&lt;/p&gt;

&lt;p&gt;and after the Asset were added the result was something like this :&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxzbyepyv4v59dtuu5afa.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxzbyepyv4v59dtuu5afa.gif" alt="Image Description" width="480" height="412"&gt;&lt;/a&gt;&lt;/p&gt;




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

&lt;p&gt;For developers looking to speed up their workflow while exploring new ideas, I highly recommend trying out Amazon Q CLI. Whether you're building games, experimenting with prototypes, or just learning the ropes, having an AI-powered assistant right in your terminal can make the whole process faster, smoother, and way more fun.&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>aws</category>
      <category>ai</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
