<?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: ArmaanBarak</title>
    <description>The latest articles on DEV Community by ArmaanBarak (@armaanbarak).</description>
    <link>https://dev.to/armaanbarak</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%2F1244705%2F76b83f25-ab4d-44c0-b03a-88eb9e6d0af0.png</url>
      <title>DEV Community: ArmaanBarak</title>
      <link>https://dev.to/armaanbarak</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/armaanbarak"/>
    <language>en</language>
    <item>
      <title>Connect-Four Game</title>
      <dc:creator>ArmaanBarak</dc:creator>
      <pubDate>Sat, 30 Dec 2023 08:25:21 +0000</pubDate>
      <link>https://dev.to/armaanbarak/connect-four-game-1376</link>
      <guid>https://dev.to/armaanbarak/connect-four-game-1376</guid>
      <description>&lt;h2&gt;
  
  
  Project Introduction
&lt;/h2&gt;

&lt;p&gt;Just finished up with my first python project inside Codecademy's Computer Science Career Path. Not that I haven't made anything in python so far.&lt;br&gt;
4 years back when I first started coding, I made a lot many projects, easier to complicated, but had to leave it coding in 2021. Deleted my accounts, my repositories and my offline projects. Now I've started fresh and new again.&lt;/p&gt;




&lt;h2&gt;
  
  
  Project Description
&lt;/h2&gt;

&lt;p&gt;This project implements the connect four multiplayer game in the terminal where two players take turn to push in their tokens inside the grid. These first one to connect four checkers in a row while preventing the opponent to do so wins the game.&lt;br&gt;
This project was indeed an amazing experience. While coding, the toughest part was to build up a logic to check for a match horizontally, vertically or diagonally.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I learnt
&lt;/h2&gt;

&lt;p&gt;This project helped me freshen up my memories and give me a good grasp of the basics. I'll now be moving up to Data Structures and Algorithms. I seldom remember anything I studied about DSA years back, so this would be even more challenging, but nothing good comes easy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Link
&lt;/h2&gt;

&lt;p&gt;Here is a link to my GitHub repo of &lt;a href="https://github.com/ArmaanBarak/Connect-Four.git"&gt;connect-four&lt;/a&gt;.&lt;/p&gt;

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




&lt;h1&gt;
  
  
  Conclusion
&lt;/h1&gt;

&lt;p&gt;Codecademy pushed me to write a blogpost about this first Portfolio Project. And I do agree that building a community while learning would help me get better results in my journey. Looking forward to interact with everyone out there and share more blogposts!&lt;/p&gt;

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