<?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: HaseebGarfinkel</title>
    <description>The latest articles on DEV Community by HaseebGarfinkel (@haseebgarfinkel).</description>
    <link>https://dev.to/haseebgarfinkel</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%2F842200%2F55b79b87-4036-435f-8cc6-d3fc0963a940.jpg</url>
      <title>DEV Community: HaseebGarfinkel</title>
      <link>https://dev.to/haseebgarfinkel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/haseebgarfinkel"/>
    <language>en</language>
    <item>
      <title>Beginner Python Game: Connect Four</title>
      <dc:creator>HaseebGarfinkel</dc:creator>
      <pubDate>Mon, 18 Apr 2022 01:06:00 +0000</pubDate>
      <link>https://dev.to/haseebgarfinkel/beginner-python-game-connect-four-7g5</link>
      <guid>https://dev.to/haseebgarfinkel/beginner-python-game-connect-four-7g5</guid>
      <description>&lt;p&gt;As my second project, I wanted to try recreating a simple game to expand my knowledge on basic python.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kNKthlXQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g65fagh555qka94nimm0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kNKthlXQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g65fagh555qka94nimm0.png" alt="Image description" width="661" height="393"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The code here was mainly contained in a couple different functions that each controlled a different part of the game, such as a function to drop a piece into a column and a function to check for a winner.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/HaseebGarfinkel/Connect-Four"&gt;Link to Github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As I am still a very new programmer, I would really appreciate any advice and tips you could give me in the comments. &lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>python</category>
      <category>githunt</category>
    </item>
    <item>
      <title>Beginner Python Game: Journey to Restura</title>
      <dc:creator>HaseebGarfinkel</dc:creator>
      <pubDate>Tue, 05 Apr 2022 04:01:26 +0000</pubDate>
      <link>https://dev.to/haseebgarfinkel/beginner-python-game-journey-to-restura-3kk</link>
      <guid>https://dev.to/haseebgarfinkel/beginner-python-game-journey-to-restura-3kk</guid>
      <description>&lt;p&gt;As a very new programmer, I wanted to attempt a project that would help me familiarize myself with Python. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Q6U8WHMZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p0b2z6w0wrqy5w8lgfx7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Q6U8WHMZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p0b2z6w0wrqy5w8lgfx7.png" alt="Image description" width="880" height="671"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The majority of my code is text contained in if/else statements where the players can input choices that affect what happens.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/HaseebGarfinkel/TextAdventureGame"&gt;Link to Github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for taking an interest in my first project!&lt;br&gt;
If you have any tips or advice for me, please leave me a comment.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>python</category>
      <category>github</category>
    </item>
  </channel>
</rss>
