<?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: manuja yasas</title>
    <description>The latest articles on DEV Community by manuja yasas (@manuja_yasas_50a634366a27).</description>
    <link>https://dev.to/manuja_yasas_50a634366a27</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%2F3235983%2F6b4172b9-5ce3-4128-892a-9f0064018830.jpg</url>
      <title>DEV Community: manuja yasas</title>
      <link>https://dev.to/manuja_yasas_50a634366a27</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manuja_yasas_50a634366a27"/>
    <language>en</language>
    <item>
      <title>The last Box</title>
      <dc:creator>manuja yasas</dc:creator>
      <pubDate>Fri, 08 Aug 2025 08:42:41 +0000</pubDate>
      <link>https://dev.to/manuja_yasas_50a634366a27/the-last-box-1jab</link>
      <guid>https://dev.to/manuja_yasas_50a634366a27/the-last-box-1jab</guid>
      <description>&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%2Fu83xm3j02873oi7d3qvi.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%2Fu83xm3j02873oi7d3qvi.png" alt=" " width="545" height="666"&gt;&lt;/a&gt;The time has come to begin our journey! Excited to officially start work on our game jam project, The last box!&lt;/p&gt;

&lt;h1&gt;
  
  
  GameDev #GameJam #GDD #EXE #levelstair #IndieGame #Thelastbox  #Gamedesign
&lt;/h1&gt;

</description>
      <category>gamedev</category>
      <category>indiegames</category>
      <category>gamechallenge</category>
      <category>discuss</category>
    </item>
    <item>
      <title>My Space Shooter Game Using Amazon Q CLI &amp; Pygame</title>
      <dc:creator>manuja yasas</dc:creator>
      <pubDate>Sun, 01 Jun 2025 10:25:59 +0000</pubDate>
      <link>https://dev.to/manuja_yasas_50a634366a27/title-my-space-shooter-game-using-amazon-q-cli-pygame-1340</link>
      <guid>https://dev.to/manuja_yasas_50a634366a27/title-my-space-shooter-game-using-amazon-q-cli-pygame-1340</guid>
      <description>&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;I recently developed a 2D space shooter game using Pygame and integrated the development process with Amazon Q CLI, an AI-powered tool that boosted my productivity. In this blog, I’ll share my experience, game features, and how Amazon Q CLI helped me bring the idea to life!&lt;/p&gt;

&lt;p&gt;🔧 Tools &amp;amp; Requirements&lt;/p&gt;

&lt;p&gt;Language: Python 3.x&lt;br&gt;
Game Engine: Pygame&lt;br&gt;
AI Assistant: Amazon Q CLI&lt;/p&gt;

&lt;p&gt;🎮 Game Overview&lt;/p&gt;

&lt;p&gt;My Space Shooter Game has two exciting modes:&lt;br&gt;
Classic Mode: Destroy enemies and conquer the final boss!&lt;br&gt;
Unlimited Mode: Endless fun to see how long you can survive!&lt;br&gt;
Controls:&lt;br&gt;
Arrow keys: Move your spaceship&lt;br&gt;
Spacebar: Shoot&lt;br&gt;
R: Restart after game over&lt;br&gt;
M: Return to the main menu&lt;/p&gt;

&lt;p&gt;🛠️ Development Process&lt;/p&gt;

&lt;p&gt;The project files:&lt;br&gt;
main.py: Game launcher and main menu&lt;br&gt;
classic_mode.py: Classic mode gameplay&lt;br&gt;
unlimited_mode.py: Endless challenge mode&lt;br&gt;
Each mode has unique enemy behaviors, with difficulty ramping up based on your score. I used Pygame’s built-in modules to handle sprite management, collisions, and animations.&lt;/p&gt;

&lt;p&gt;💡 How Amazon Q CLI Helped Me&lt;/p&gt;

&lt;p&gt;Amazon Q CLI is an AI-powered tool that assisted me with:&lt;br&gt;
 ✅ Generating code snippets for different game mechanics&lt;br&gt;
 ✅ Debugging errors during development&lt;br&gt;
 ✅ Improving performance of the game loop&lt;br&gt;
 ✅ Writing clear documentation for my project&lt;br&gt;
Using Amazon Q CLI, I could focus on creative aspects like game design and level progression without getting stuck in boilerplate code.&lt;/p&gt;

&lt;p&gt;🚀 Key Game Features&lt;/p&gt;

&lt;p&gt;🔹 Classic Mode:&lt;br&gt;
Regular enemies spawn from the top&lt;br&gt;
Mother ship at score 50 (single bullets)&lt;br&gt;
Advanced ship at score 100 (triple bullets)&lt;br&gt;
Big mother ship at score 150 (splitting bullets)&lt;br&gt;
Destroy the big mother ship to win!&lt;br&gt;
🔹 Unlimited Mode:&lt;br&gt;
Enemies keep coming, with mother and advanced ships at milestones&lt;br&gt;
Play until you’re defeated – aim for that high score!&lt;/p&gt;

&lt;p&gt;👾 My Experience&lt;/p&gt;

&lt;p&gt;Building this game taught me a lot about:&lt;br&gt;
Game loops &amp;amp; event handling&lt;br&gt;
Managing sprites &amp;amp; collision detection&lt;br&gt;
Progressive difficulty scaling&lt;br&gt;
Amazon Q CLI’s real-time suggestions and fixes made the process smoother, especially when I was stuck on implementing new enemy behaviors.&lt;/p&gt;

&lt;p&gt;🌟 Play the Game &amp;amp; Explore the Code&lt;/p&gt;

&lt;p&gt;Want to try it out or tweak it to your liking? Check out the repository on GitHub:&lt;br&gt;
 👉 GitHub Repository:&lt;a href="https://lnkd.in/d4vQ-y_F" rel="noopener noreferrer"&gt;https://lnkd.in/d4vQ-y_F&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to hear your feedback or see your own spin on it! 🚀✨&lt;/p&gt;

&lt;h1&gt;
  
  
  AmazonQCLI
&lt;/h1&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%2Fz8phmdyk975y0hnt8q31.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%2Fz8phmdyk975y0hnt8q31.png" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;br&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%2Fc5tm7p1h3zljlrqd151c.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%2Fc5tm7p1h3zljlrqd151c.png" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;br&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%2F8uuzlhh34k065ked3z29.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%2F8uuzlhh34k065ked3z29.png" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;br&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%2Fewe8t20f3xyubmf4l4wq.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%2Fewe8t20f3xyubmf4l4wq.png" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;br&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%2F4xn0zrrtsk72mbjwxly6.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%2F4xn0zrrtsk72mbjwxly6.png" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
