<?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: Arman Singh</title>
    <description>The latest articles on DEV Community by Arman Singh (@armansingh).</description>
    <link>https://dev.to/armansingh</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%2F3962384%2Fb7a6981e-4611-4634-858d-be35bef07150.gif</url>
      <title>DEV Community: Arman Singh</title>
      <link>https://dev.to/armansingh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/armansingh"/>
    <language>en</language>
    <item>
      <title>Making my first ever game with pyagame-ce!</title>
      <dc:creator>Arman Singh</dc:creator>
      <pubDate>Mon, 03 Aug 2026 07:12:12 +0000</pubDate>
      <link>https://dev.to/armansingh/making-my-first-ever-game-with-pyagame-ce-2moh</link>
      <guid>https://dev.to/armansingh/making-my-first-ever-game-with-pyagame-ce-2moh</guid>
      <description>&lt;p&gt;I'm building my first ever game, &lt;strong&gt;Echoes of Ember&lt;/strong&gt;! It is a small pixel-art platformer made with Python and pygame-ce.&lt;/p&gt;

&lt;p&gt;My favorite thing I've built so far is the parallax background. It's three layers (sky, distant ruins, mid ruins) each scrolling at a different speed as the camera moves, which gives the whole scene a sense of depth:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="nc"&gt;ParallaxLayer&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;sky.png&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;scroll_factor&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mf"&gt;0.0&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="p"&gt;...)&lt;/span&gt;
&lt;span class="nc"&gt;ParallaxLayer&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;distant-ruins.png&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;scroll_factor&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mf"&gt;0.3&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="p"&gt;...)&lt;/span&gt;
&lt;span class="nc"&gt;ParallaxLayer&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;mid-ruins.png&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;scroll_factor&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mf"&gt;0.6&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="p"&gt;...)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Lower scroll factor = moves less = feels farther away. Simple trick, but it's the part I'm proudest of so far.&lt;/p&gt;

&lt;p&gt;This is my first game ever, so I'm mostly posting this to get feedback and suggestions from people who've been down this road before...what would you do differently, what am I missing, what should I prioritize next?&lt;/p&gt;

&lt;p&gt;I'm logging progress on this as part of my Hack Club program: &lt;a href="https://stardance.hackclub.com/projects/36441" rel="noopener noreferrer"&gt;Link&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo is here if you want to poke around: &lt;a href="https://github.com/armansinghh/echoes-of-ember" rel="noopener noreferrer"&gt;Link&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>gamedev</category>
      <category>learning</category>
    </item>
    <item>
      <title>I spent way too long on my portfolio...here's what I built, tell me what's wrong</title>
      <dc:creator>Arman Singh</dc:creator>
      <pubDate>Mon, 01 Jun 2026 09:43:58 +0000</pubDate>
      <link>https://dev.to/armansingh/i-spent-way-too-long-on-my-portfolioheres-what-i-built-tell-me-whats-wrong-1pgc</link>
      <guid>https://dev.to/armansingh/i-spent-way-too-long-on-my-portfolioheres-what-i-built-tell-me-whats-wrong-1pgc</guid>
      <description>&lt;p&gt;hello everyone!&lt;/p&gt;

&lt;p&gt;I'm Arman, currently in my first year of an AI &amp;amp; Data Science major.&lt;/p&gt;

&lt;p&gt;I think I finally finished my dev portfolio (kind of) built with Next.js &lt;br&gt;
(had no idea what it was but someone told me it's good for SEO, so I stuck &lt;br&gt;
with it)&lt;/p&gt;

&lt;p&gt;It was originally inspired by another developer whose name I can't remember, &lt;br&gt;
but I customized pretty much everything at this point (except some UI).&lt;/p&gt;

&lt;p&gt;I'm currently experiencing some serious design fatigue from staring at the &lt;br&gt;
same UI for too long...so I'd love some fresh eyes on it.&lt;/p&gt;

&lt;p&gt;Would be amazing if you guys took a look and lemme know what you think!&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/armansinghh/portfolio" rel="noopener noreferrer"&gt;https://github.com/armansinghh/portfolio&lt;/a&gt;&lt;br&gt;
Live: &lt;a href="http://localhost:3000/" rel="noopener noreferrer"&gt;http://localhost:3000/&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;just kidding, it's here: &lt;a href="https://armansingh.me" rel="noopener noreferrer"&gt;https://armansingh.me&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
