<?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: Chudasama Pujan</title>
    <description>The latest articles on Forem by Chudasama Pujan (@chudasama_pujan_cbf7b6a78).</description>
    <link>https://forem.com/chudasama_pujan_cbf7b6a78</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%2F3309012%2Ff0b60ee1-6210-4a39-a09a-aade391445f6.png</url>
      <title>Forem: Chudasama Pujan</title>
      <link>https://forem.com/chudasama_pujan_cbf7b6a78</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/chudasama_pujan_cbf7b6a78"/>
    <language>en</language>
    <item>
      <title>🐍Pixel Python Game 🚀built using Amazon Q CLI🎮</title>
      <dc:creator>Chudasama Pujan</dc:creator>
      <pubDate>Mon, 30 Jun 2025 18:07:26 +0000</pubDate>
      <link>https://forem.com/chudasama_pujan_cbf7b6a78/pixel-python-game-built-using-amazon-q-cli-4lh</link>
      <guid>https://forem.com/chudasama_pujan_cbf7b6a78/pixel-python-game-built-using-amazon-q-cli-4lh</guid>
      <description>&lt;h1&gt;
  
  
  🐍 Pixel Python — Reimagining the Snake Game with AI, Q CLI &amp;amp; Pygame
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;From childhood nostalgia to AI-powered creation — how I rebuilt the legendary Snake Game into &lt;strong&gt;Pixel Python&lt;/strong&gt;, my first AI-enhanced retro game.&lt;/p&gt;
&lt;/blockquote&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%2F6gw0cnu902xkky2725le.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%2F6gw0cnu902xkky2725le.png" alt="Pixel Python Screenshot" width="800" height="835"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Like many of us, I spent countless hours in childhood guiding a snake across a screen, eating blocks, and dodging death. Simple, addictive, and timeless.&lt;/p&gt;

&lt;p&gt;But this time, I wanted to &lt;strong&gt;build it myself&lt;/strong&gt; — enhanced, modern, and smarter — with the help of &lt;strong&gt;AI + Python&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎮 Introducing: &lt;em&gt;Pixel Python&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Pixel Python&lt;/strong&gt; is not just a clone. It's a full reimagination of the classic Snake Game built using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🐍 Python
&lt;/li&gt;
&lt;li&gt;🎮 Pygame
&lt;/li&gt;
&lt;li&gt;🧠 Amazon Q CLI
&lt;/li&gt;
&lt;li&gt;💻 VS Code&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ✨ Features I Added
&lt;/h2&gt;

&lt;p&gt;✅ Real-time smooth controls&lt;br&gt;&lt;br&gt;
✅ Eating sound, crash sound, and background music&lt;br&gt;&lt;br&gt;
✅ Pause &amp;amp; Resume functionality&lt;br&gt;&lt;br&gt;
✅ Restart and Music toggle button&lt;br&gt;&lt;br&gt;
✅ Auto high score saving&lt;br&gt;&lt;br&gt;
✅ Minimalist, pixel-style design&lt;br&gt;&lt;br&gt;
✅ Python OOP structure (Snake, Food, GameManager)&lt;/p&gt;




&lt;h2&gt;
  
  
  🤖 My AI Coding Companion – Amazon Q CLI
&lt;/h2&gt;

&lt;p&gt;Using &lt;strong&gt;Amazon Q CLI&lt;/strong&gt; changed the way I develop games. Instead of coding every piece from scratch, I used intelligent prompts to build smarter.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Add a pause/resume feature, music toggle, and save high scores in a local file.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Q CLI helped me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generate game logic and UI boilerplate
&lt;/li&gt;
&lt;li&gt;Create a structured file/folder setup
&lt;/li&gt;
&lt;li&gt;Add event handling with clean syntax
&lt;/li&gt;
&lt;li&gt;Even build a pre-filled README and asset folder!&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🧠 What I Learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Prompting is everything&lt;/strong&gt; — be specific for great output
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Amazon Q CLI&lt;/strong&gt; works best when used iteratively
&lt;/li&gt;
&lt;li&gt;Classic games are the best way to learn game logic
&lt;/li&gt;
&lt;li&gt;AI &lt;strong&gt;amplifies creativity&lt;/strong&gt;, it doesn’t replace it&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🔗 GitHub Repository
&lt;/h2&gt;

&lt;p&gt;👉 Pixel Python GitHub Repo (https://github.com/chudasamapujan/Snake_Game)&lt;/p&gt;

&lt;p&gt;Feel free to fork, remix, or add your own twist!&lt;/p&gt;




&lt;h2&gt;
  
  
  🧩 What’s Next?
&lt;/h2&gt;

&lt;p&gt;Ideas I’m exploring:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multiplayer LAN version
&lt;/li&gt;
&lt;li&gt;Snake that learns (AI agent!)
&lt;/li&gt;
&lt;li&gt;Deploying with PyScript for the web
&lt;/li&gt;
&lt;li&gt;Leaderboard syncing to Discord
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  👤 About Me
&lt;/h2&gt;

&lt;p&gt;Hi, I'm &lt;strong&gt;Pujan Chudasama&lt;/strong&gt; 👋&lt;br&gt;&lt;br&gt;
An AI enthusiast and retro game lover.&lt;br&gt;&lt;br&gt;
I’m passionate about merging creativity with automation — building smarter, faster, and cleaner.&lt;/p&gt;

&lt;p&gt;Let’s connect on https://github.com/chudasamapujan or https://www.linkedin.com/in/pujan-chudasama-076a19289/!&lt;/p&gt;




&lt;h2&gt;
  
  
  💬 Feedback?
&lt;/h2&gt;

&lt;p&gt;Have an idea, suggestion, or just want to share your love for Snake? Drop your thoughts below 👇&lt;br&gt;&lt;br&gt;
Would love to hear what &lt;em&gt;you&lt;/em&gt; would build with AI.&lt;/p&gt;

</description>
      <category>pygame</category>
      <category>ai</category>
      <category>amazonq</category>
      <category>python</category>
    </item>
  </channel>
</rss>
