<?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: BlurBisht</title>
    <description>The latest articles on DEV Community by BlurBisht (@blurbisht).</description>
    <link>https://dev.to/blurbisht</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%2F4096666%2Fe01feccd-dbac-48ac-b53c-450413d5910e.jpg</url>
      <title>DEV Community: BlurBisht</title>
      <link>https://dev.to/blurbisht</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/blurbisht"/>
    <language>en</language>
    <item>
      <title>Day 1 of #100DaysOfCode: Built My First Project</title>
      <dc:creator>BlurBisht</dc:creator>
      <pubDate>Thu, 27 Aug 2026 06:10:03 +0000</pubDate>
      <link>https://dev.to/blurbisht/day-1-of-100daysofcode-built-my-first-project-4hem</link>
      <guid>https://dev.to/blurbisht/day-1-of-100daysofcode-built-my-first-project-4hem</guid>
      <description>&lt;p&gt;Published: 27/08/2026&lt;br&gt;
&lt;strong&gt;The Setup&lt;/strong&gt;&lt;br&gt;
I'm 16 years old and starting my coding journey in 2026. After using Twitter, GitHub, and setting up my domain ms.blurbisht.fun, I decided to commit to #100DaysOfCode.&lt;br&gt;
&lt;strong&gt;The Project:&lt;/strong&gt; Pong Game CLI&lt;br&gt;
A terminal-based two-player Pong game built with Python's curses library. Demonstrates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Object-oriented programming&lt;/li&gt;
&lt;li&gt;Game loops and input handling&lt;/li&gt;
&lt;li&gt;ASCII graphics animation&lt;/li&gt;
&lt;li&gt;Score tracking
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="c1"&gt;# Key code snippet
&lt;/span&gt;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;key&lt;/span&gt; &lt;span class="o"&gt;==&lt;/span&gt; &lt;span class="nf"&gt;ord&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;w&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
    &lt;span class="n"&gt;left_paddle&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;move_up&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Why I Built It: To move beyond theory to actual shipping. My goals: learn Python → build AI agents → create multi-agent systems.&lt;br&gt;
What's Next: Day 2: &lt;strong&gt;Not Planned!!&lt;/strong&gt;&lt;br&gt;
Connect:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Twitter: &lt;a href="https://x.com/blurbisht" rel="noopener noreferrer"&gt;@blurbisht&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/BlurBisht" rel="noopener noreferrer"&gt;github.com/BlurBisht&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Portfolio: &lt;a href="https://ms.blurbisht.fun" rel="noopener noreferrer"&gt;ms.blurbisht.fun&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>python</category>
      <category>gamedev</category>
    </item>
  </channel>
</rss>
