<?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: Harsh</title>
    <description>The latest articles on DEV Community by Harsh (@batak007).</description>
    <link>https://dev.to/batak007</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%2F1263777%2F1186a9f5-14b8-4134-a4b1-6212cb7bbb81.png</url>
      <title>DEV Community: Harsh</title>
      <link>https://dev.to/batak007</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/batak007"/>
    <language>en</language>
    <item>
      <title>Rock, Paper, Scissors Game</title>
      <dc:creator>Harsh</dc:creator>
      <pubDate>Tue, 23 Jan 2024 08:43:52 +0000</pubDate>
      <link>https://dev.to/batak007/rock-paper-scissors-game-1gin</link>
      <guid>https://dev.to/batak007/rock-paper-scissors-game-1gin</guid>
      <description>&lt;p&gt;Hey coding enthusiasts! Ever wondered why people dive into coding? I found my answer through the joy of creation. Thanks to Codecademy, I discovered the thrill of turning code into something tangible. Seeking a beginner-friendly project, the idea of a Rock, Paper, Scissors game emerged – a classic made digital. It's a nod to the simplicity of Python and the power it offers to coding beginners.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fab3cseoiswveejef9jaq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fab3cseoiswveejef9jaq.png" alt="Image description" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've created a simple Rock, Paper, Scissors game in Python. Upon starting, a welcoming message is displayed, and I'm prompted to choose the number of players—either one or two. If I choose one player, I play against the computer, which randomly selects rock, paper, or scissors. I input my choice, and the code determines the winner based on the game's rules. The result is then displayed, and I have the option to play again or exit the game.&lt;/p&gt;

&lt;p&gt;If I opt for two players, each player takes turns entering their choices, and the code determines the winner accordingly. The game continues until I decide to stop playing. I've organised the code using functions to make it modular and easy to understand. It provides a straightforward and interactive implementation of the classic Rock, Paper, Scissors game, offering an enjoyable experience for one or two players.&lt;/p&gt;

&lt;p&gt;For a closer look, head to my GitHub repository.(&lt;a href="https://github.com/Harsh10098/Codecademy-Portfolio-Project.git"&gt;https://github.com/Harsh10098/Codecademy-Portfolio-Project.git&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Embarking on this coding adventure, I discovered that the "why" behind coding is personal and diverse. Codecademy, thank you for the inspiration! Whether you're a beginner or seasoned coder, may your coding adventures be as joyful as mine.&lt;/p&gt;

&lt;p&gt;Happy coding, enthusiasts – where every line of code brings your ideas to life!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
